You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.0 KiB
101 lines
2.0 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-2003 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
created 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
02-Apr-1995 Sun 11:26:22 updated
|
|
Add libprt.lib to the linklib list
|
|
|
|
!ENDIF
|
|
|
|
|
|
TARGETNAME=plotter
|
|
TARGETPATH=obj
|
|
TARGETLIBS=../lib/km/obj$(BUILD_ALT_DIR)/*/plotlib.lib
|
|
|
|
INCLUDES=./;../inc;../lib;../../lib;../../../inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DSTRICT -DUNICODE
|
|
|
|
!ifndef KM_DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUSERMODE_DRIVER
|
|
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MSVCRT=1
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
# @@BEGIN_DDKSPLIT
|
|
BUFFER_OVERFLOW_CHECKS=1
|
|
# @@END_DDKSPLIT
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(DDK_LIB_PATH)\umpdddi.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
|
|
USE_NOLIBS=1
|
|
|
|
NTPROFILEINPUT=yes
|
|
|
|
!else
|
|
|
|
TARGETTYPE=GDI_DRIVER
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\libcntpr.lib
|
|
|
|
!endif
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
SOURCES=pdevinfo.c \
|
|
enable.c \
|
|
plotform.c \
|
|
bitblt.c \
|
|
ropblt.c \
|
|
htblt.c \
|
|
transpos.c \
|
|
htbmp1.c \
|
|
htbmp4.c \
|
|
compress.c \
|
|
brush.c \
|
|
pencolor.c \
|
|
output.c \
|
|
page.c \
|
|
path.c \
|
|
polygon.c \
|
|
textout.c \
|
|
escape.c \
|
|
plotter.rc
|
|
|
|
#UMRES=obj\*\plotter.res
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|