Leaked source code of windows server 2003
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.
 
 
 
 
 
 

33 lines
612 B

!IF 0
Library for various components of NT plotter driver
15-Nov-1993 Mon 13:40:09 updated
!ENDIF
TARGETNAME=plotlib
TARGETPATH=obj
TARGETTYPE=LIBRARY
C_DEFINES=$(C_DEFINES) -DSTRICT -DUNICODE -DKERNEL_MODE
!ifndef KM_DRIVER
C_DEFINES=$(C_DEFINES) -DUSERMODE_DRIVER
!endif
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
INCLUDES=./;../;../../inc;../../../lib;../../plotter;../../../../../inc
!INCLUDE ..\sources.inc
PRECOMPILED_INCLUDE=..\precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj