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.

25 lines
524 B

  1. !INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  2. MAJORCOMP=sr
  3. MINORCOMP=restmap
  4. TARGETNAME=restmap
  5. TARGETTYPE=LIBRARY
  6. USE_MSVCRT=1
  7. USE_STL=1
  8. USE_TRACING=1
  9. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  10. USE_NATIVE_EH=1
  11. INCLUDES=$(INCLUDES);\
  12. $(SDXROOT)\admin\pchealth\sr\inc; \
  13. $(SDXROOT)\admin\pchealth\sr\enumlogs; \
  14. $(SDXROOT)\admin\pchealth\sr\kernel; \
  15. SOURCES= \
  16. restmap.cpp \
  17. reslist.cpp \
  18. !INCLUDE $(PROJECT_ROOT)\pchealth\build\sources.all