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.

28 lines
471 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=pftn
  8. TARGETNAME=pftn
  9. TARGETTYPE=LIBRARY
  10. USE_STATIC_ATL=1
  11. SOURCES= \
  12. pftn.cpp \
  13. INCLUDES= \
  14. $(LOCALTARGET); \
  15. $(LOCALROOT)\include; \
  16. PASS0_SOURCEDIR=.
  17. !INCLUDE $(INETROOT)\build\sources.all
  18. PRECOMPILED_CXX=1
  19. PRECOMPILED_INCLUDE=stdafx.h
  20. PRECOMPILED_PCH=stdafx.pch
  21. PRECOMPILED_OBJ=stdafx.obj