!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 MAJORCOMP=windows MINORCOMP=plotter TARGETNAME=plotter DLLBASE=@$(BASEDIR)\PUBLIC\SDK\LIB\coffbase.txt,plotter TARGETTYPE=GDI_DRIVER TARGETPATH=obj TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\libcntpr.lib \ ../lib/km/obj/*/plotlib.lib INCLUDES=./;../inc;../lib;../../lib;../../../inc C_DEFINES=$(C_DEFINES) -DSTRICT -DUNICODE -DWIN32 -DWINVER=0x0400 !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