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.

36 lines
564 B

  1. !ifdef PROJECT_ROOT
  2. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  3. !else
  4. ! INCLUDE $(INETROOT)\build\paths.all
  5. !endif
  6. MAJORCOMP=HelpCtr
  7. MINORCOMP=Debug
  8. TARGETNAME=Debug
  9. TARGETTYPE=LIBRARY
  10. DLLBASE=
  11. DLLDEF=
  12. USE_STATIC_ATL=1
  13. USE_NATIVE_EH=1
  14. SOURCES= \
  15. Logging.cpp \
  16. Perf.cpp \
  17. # NOT 64-bits WindowDetours.cpp \
  18. # NOT 64-bits detours.cpp \
  19. # NOT 64-bits disasm.cpp \
  20. INCLUDES= \
  21. $(LOCALLIBPATH); \
  22. $(LOCALROOT)\include; \
  23. $(EXTINCPATH)\ie.50; \
  24. $(EXTINCPATH)\vc6
  25. !INCLUDE $(INETROOT)\build\sources.all
  26. PRECOMPILED_INCLUDE=stdafx.h
  27. PRECOMPILED_CXX=1