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.
 
 
 
 
 
 

26 lines
444 B

TARGETNAME=rassapi
TARGETPATH=obj
TARGETTYPE=DYNLINK
PASS1_PUBLISH={$(O)\rassapi.lib=$(SDK_LIB_PATH)\rassapi.lib}
C_DEFINES=$(C_DEFINES) -DUNICODE
DLLENTRY=_DllMainCRTStartup
UMTYPE=windows
USE_MSVCRT=1
BUFFER_OVERFLOW_CHECKS=1
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib \
INCLUDES=\
..\..\inc; \
..\..\..\..\inc
SOURCES= \
dllinit.c \
nmapi.c \
rassapi.rc \
userapi.c