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.

72 lines
1.5 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. DeanE 20-February-1996
  12. !ENDIF
  13. !include $(CTOLESTG)\daytona.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. ..\stgwrap.cxx \
  32. ..\chancedf.cxx \
  33. ..\createdf.cxx \
  34. ..\chancend.cxx \
  35. ..\virtdf.cxx \
  36. ..\vcnode.cxx \
  37. ..\vsnode.cxx \
  38. ..\util.cxx
  39. UMTYPE= windows
  40. #LINKLIBS=
  41. #
  42. # Note that macro names don't get expanded properly, so we have to
  43. # refer to the PCH via ..\..\...
  44. #
  45. PRECOMPILED_CXX= 1
  46. PRECOMPILED_INCLUDE= ..\..\inc\dfheader.hxx
  47. PRECOMPILED_TARGET= ..\..\inc\daytona\$(O)\dfheader.pch
  48. PRECOMPILED_OBJ= ..\..\inc\daytona\$(O)\dfheader.obj
  49. PRECOMPILED_OPTION= /Yudfheader.hxx /Fp..\..\inc\daytona\$(O)\dfheader.pch