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.
 
 
 
 
 
 

38 lines
644 B

TARGETNAME=sptlib
TARGETPATH=obj
TARGETTYPE=LIBRARY
#
# kernel32 gives us malloc, free, etc.
#
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib
#
# we include files from the DDK, SDK, and the sdktools private include path
#
INCLUDES=\
$(DDK_INC_PATH);\
$(SDK_INC_PATH);\
$(SDKTOOLS_INC_PATH)
#
# USE_NTDLL offloads a lot of the basic work from this dll.
#
USE_NTDLL=1
PASS0_PUBLISH=\
{sptlib.w=$(SDKTOOLS_INC_PATH)\sptlib.h}\
PASS1_PUBLISH=\
{$(O)\sptlib.lib=$(SDKTOOLS_LIB_PATH)\sptlib.lib}\
SOURCES=sptlib.c \
sptlib.rc