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.

42 lines
773 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=HelpSvc
  8. TARGETNAME=SvcDataCollection
  9. TARGETTYPE=LIBRARY
  10. DLLBASE=
  11. DLLDEF=
  12. USE_STATIC_ATL=1
  13. USE_NATIVE_EH=1
  14. USE_UNICODE=1
  15. #
  16. # These lines will send all intermediate files to the LOCALLIBPATH directory.
  17. #
  18. MIDL_TLBDIR=$(LOCALLIBPATH)
  19. PASS0_SOURCEDIR=$(LOCALLIBPATH)
  20. PASS0_HEADERDIR=$(LOCALLIBPATH)
  21. C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
  22. SOURCES= \
  23. DataCollection.cpp \
  24. DataCollection_Report.cpp \
  25. DataCollection_Wait.cpp \
  26. History.cpp \
  27. INCLUDES= \
  28. $(LOCALLIBPATH); \
  29. $(LOCALROOT)\Service\include;\
  30. $(LOCALROOT)\include; \
  31. PRECOMPILED_INCLUDE=stdafx.h
  32. PRECOMPILED_CXX=1
  33. !INCLUDE $(INETROOT)\build\sources.all