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.

28 lines
574 B

  1. !INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  2. MAJORCOMP=sr
  3. MINORCOMP=filelist
  4. TARGETNAME=filelist
  5. TARGETTYPE=LIBRARY
  6. USE_MSVCRT=1
  7. USE_STATIC_ATL=1
  8. ATL_VER=30
  9. USE_NATIVE_EH=1
  10. USE_STL=1
  11. USE_TRACING=1
  12. UNICODE=1
  13. C_DEFINES=-DUSE_NTDEVICENAMES -D_UNICODE -DUNICODE
  14. INCLUDES=$(INCLUDES);\
  15. $(SDXROOT)\admin\pchealth\sr\inc;\
  16. $(SDXROOT)\admin\pchealth\sr\enumlogs;\
  17. $(SDXROOT)\admin\pchealth\sr\datastor;
  18. SOURCES= flbuilder.cpp flpathtree.cpp flhashlist.cpp commonlib.cpp
  19. !INCLUDE $(PROJECT_ROOT)\pchealth\build\sources.all