!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:28:27 updated Add libprt.lib to the linklib list !ENDIF TARGETNAME=plotui TARGETPATH=obj TARGETTYPE=DYNLINK TARGETLIBS=..\lib\um\obj$(BUILD_ALT_DIR)\*\plotlib.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\winspool.lib \ $(SDK_LIB_PATH)\shell32.lib #USE_NTDLL=1 USE_MSVCRT=1 DLLENTRY=_DllMainCRTStartup # @@BEGIN_DDKSPLIT BUFFER_OVERFLOW_CHECKS=1 # @@END_DDKSPLIT INCLUDES=./;../plotter;../inc;../lib;../../lib;../../../../inc; \ ../../../../../inc; C_DEFINES=$(C_DEFINES) -DUMODE -DSTRICT -DUNICODE !IFNDEF MSC_WARNING_LEVEL MSC_WARNING_LEVEL=/W3 !ENDIF MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX SOURCES=upgrade.c \ qryprint.c \ devcaps.c \ help.c \ cpsui.c \ formbox.c \ pensetup.c \ plotui.c \ ptrinfo.c \ ptrprop.c \ docprop.c \ plotui.rc PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj