!IF 0 Copyright (c) 1989 - 1991 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: Steve Wood (stevewo) 12-Apr-1990 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl 02-Apr-1995 Sun 11:26:22 updated -by- Daniel Chou (danielc) 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 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 DLLENTRY=DllEntryPoint 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