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.

70 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) -1996 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. BogdanT 10/30/96
  12. !ENDIF
  13. !include $(CTOLESTG)\mac.mk
  14. MAJORCOMP= dfhelp
  15. MINORCOMP= ctolestg
  16. #
  17. # This is the name of the target built from the source files specified
  18. # below. The name should include neither the path nor the file extension.
  19. #
  20. TARGETNAME= dfhelp
  21. TARGETPATH= obj
  22. #
  23. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  24. # etc.
  25. #
  26. TARGETTYPE= LIBRARY
  27. INCLUDES= ..\.; \
  28. $(CT_INCLUDES)
  29. C_DEFINES= $(C_DEFINES)
  30. SOURCES= \
  31. ..\chancedf.cxx \
  32. ..\chancend.cxx \
  33. ..\virtdf.cxx \
  34. ..\vcnode.cxx \
  35. ..\vsnode.cxx \
  36. ..\util.cxx
  37. UMTYPE= macintosh
  38. #LINKLIBS=
  39. #
  40. # Note that macro names don't get expanded properly, so we have to
  41. # refer to the PCH via ..\..\...
  42. #
  43. PRECOMPILED_CXX= 1
  44. PRECOMPILED_INCLUDE= ..\..\inc\dfheader.hxx
  45. PRECOMPILED_TARGET= ..\..\inc\mac\$(O)\dfheader.pch
  46. PRECOMPILED_OBJ= ..\..\inc\mac\$(O)\dfheader.obj
  47. PRECOMPILED_OPTION= /Yudfheader.hxx /Fp..\..\inc\mac\$(O)\dfheader.pch