Leaked source code of windows server 2003
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
519 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=pfrcfglt
  8. TARGETNAME=pfrcfglt
  9. TARGETTYPE=LIBRARY
  10. SOURCES= \
  11. ..\fhclicfg.cpp \
  12. ..\util.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