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

  1. TARGETNAME=rescmon
  2. TARGETPATH=..\..\build\PARSERS
  3. TARGETTYPE=DYNLINK
  4. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  5. $(SDK_LIB_PATH)\user32.lib \
  6. ..\..\build\bhsupp.lib \
  7. ..\..\build\parser.lib \
  8. ..\..\build\nmapi.lib
  9. !IF !$(FREEBUILD)
  10. C_DEFINES=-DDEBUG
  11. !ENDIF
  12. DLLENTRY=DLLEntry
  13. 386_STDCALL=0
  14. USE_MSVCRT=1
  15. RCOPTIONS=/i. /i..\..\include
  16. LINKER_FLAGS=/VERBOSE
  17. SOURCES= \
  18. rescmon.rc \
  19. skeleton.c \
  20. database.c \
  21. funcs.c \
  22. user.c
  23. DLLBASE=0x69910000
  24. INCLUDES=..\..\include;..\..\..\service\inc;..\..\..\service\mm;..\..\..\inc