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.

31 lines
645 B

  1. !INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  2. MAJORCOMP=sr
  3. MINORCOMP=snapshot
  4. TARGETNAME=snapshot
  5. TARGETTYPE=LIBRARY
  6. USE_MSVCRT=1
  7. USE_TRACING=1
  8. USE_NATIVE_EH=1
  9. USE_STL=1
  10. UNICODE=1
  11. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  12. INCLUDES=$(INCLUDES);\
  13. $(PROJECT_ROOT)\pchealth\sr\inc; \
  14. $(PROJECT_ROOT)\pchealth\sr\enumlogs; \
  15. SOURCES= \
  16. snapshot.cpp \
  17. snappatch.cpp \
  18. !IF "$(NTNOPCH)" == ""
  19. PRECOMPILED_INCLUDE=snapshoth.h
  20. PRECOMPILED_CXX=1
  21. PRECOMPILED_PCH=snapshoth.pch
  22. PRECOMPILED_OBJ=snapshoth.obj
  23. !ENDIF
  24. !INCLUDE $(PROJECT_ROOT)\pchealth\build\sources.all