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.

59 lines
1.2 KiB

  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=SAFInciTrac
  8. TARGETPATH=obj
  9. TARGETNAME=SAFInciTrac
  10. TARGETTYPE=PROGRAM
  11. UMTYPE=windows
  12. UMENTRY=wwinmain
  13. USER_C_FLAGS=-GX
  14. ATL_VER=30
  15. USE_STATIC_ATL=1
  16. USE_NATIVE_EH=1
  17. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  18. #
  19. # These lines will send all intermediate files to the TARGETPATH directory.
  20. #
  21. MIDL_TLBDIR=$(TARGETPATH)
  22. PASS0_SOURCEDIR=$(TARGETPATH)
  23. PASS0_HEADERDIR=$(TARGETPATH)
  24. SOURCES= \
  25. SAFInciTrac.idl\
  26. SAFInciTrac.rc\
  27. SAFInciTrac.cpp\
  28. SAFChannelNotifyIncident.cpp\
  29. SAFInciTrayIcon.cpp\
  30. INCLUDES= \
  31. $(LOCALTARGET); \
  32. $(LOCALROOT)\common; \
  33. $(LOCALROOT)\include;\
  34. $(SDKINCPATH)\atl30; \
  35. $(INETROOT)\helpctr\service\include; \
  36. $(INETROOT)\helpctr\target\$(TARGET_DIRECTORY); \
  37. $(INETROOT)\helpctr\include; \
  38. $(LOCALLIBPATH); \
  39. $(SDKLIBPATH); \
  40. TARGETLIBS= \
  41. $(SDKLIBPATH)\ole32.lib \
  42. $(SDKLIBPATH)\oleaut32.lib \
  43. $(SDKLIBPATH)\uuid.lib \
  44. $(SDKLIBPATH)\shell32.lib\
  45. PRECOMPILED_INCLUDE=stdafx.h
  46. PRECOMPILED_CXX=1
  47. PRECOMPILED_PCH=stdafx.pch
  48. PRECOMPILED_OBJ=stdafx.obj
  49. !INCLUDE $(INETROOT)\build\sources.all