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.

37 lines
665 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=client
  7. MINORCOMP=pfcommon
  8. TARGETNAME=pfcommon
  9. TARGETTYPE=LIBRARY
  10. USE_STATIC_ATL=1
  11. SOURCES= \
  12. util.cpp \
  13. ntevents.cpp \
  14. weblog.cpp \
  15. pfhash.cpp \
  16. pfarray.cpp \
  17. pfcab.cpp \
  18. pfxml.cpp \
  19. pfdb.cpp \
  20. pfstm.cpp \
  21. pfcrc.cpp \
  22. INCLUDES= \
  23. $(LOCALTARGET); \
  24. $(LOCALROOT)\include; \
  25. PASS0_SOURCEDIR=.
  26. !INCLUDE $(INETROOT)\build\sources.all
  27. PRECOMPILED_CXX=1
  28. PRECOMPILED_INCLUDE=stdafx.h
  29. PRECOMPILED_PCH=stdafx.pch
  30. PRECOMPILED_OBJ=stdafx.obj