Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

31 lines
600 B

TARGETNAME=rescmon
TARGETPATH=..\..\build\PARSERS
TARGETTYPE=DYNLINK
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
..\..\build\bhsupp.lib \
..\..\build\parser.lib \
..\..\build\nmapi.lib
!IF !$(FREEBUILD)
C_DEFINES=-DDEBUG
!ENDIF
DLLENTRY=DLLEntry
386_STDCALL=0
USE_MSVCRT=1
RCOPTIONS=/i. /i..\..\include
LINKER_FLAGS=/VERBOSE
SOURCES= \
rescmon.rc \
skeleton.c \
database.c \
funcs.c \
user.c
DLLBASE=0x69910000
INCLUDES=..\..\include;..\..\..\service\inc;..\..\..\service\mm;..\..\..\inc