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.

64 lines
1.3 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. !ENDIF
  11. !include $(CTOLESTG)\mac.mk
  12. MAJORCOMP= stgutil
  13. MINORCOMP= ctolestg
  14. #
  15. # This is the name of the target built from the source files specified
  16. # below. The name should include neither the path nor the file extension.
  17. #
  18. TARGETNAME= stgutil
  19. TARGETPATH= obj
  20. #
  21. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  22. # etc.
  23. #
  24. TARGETTYPE= LIBRARY
  25. INCLUDES= ..\.; \
  26. $(CT_INCLUDES)
  27. C_DEFINES= $(C_DEFINES)
  28. SOURCES= \
  29. ..\dumpcmd.cxx \
  30. ..\ntutil.cxx \
  31. ..\miscutil.cxx \
  32. ..\convert.cxx
  33. UMTYPE= macintosh
  34. #LINKLIBS=
  35. #
  36. # Note that macro names don't get expanded properly, so we have to
  37. # refer to the PCH via ..\..\...
  38. #
  39. PRECOMPILED_CXX= 1
  40. PRECOMPILED_INCLUDE= ..\..\inc\dfheader.hxx
  41. PRECOMPILED_TARGET= ..\..\inc\mac\$(O)\dfheader.pch
  42. PRECOMPILED_OBJ= ..\..\inc\mac\$(O)\dfheader.obj
  43. PRECOMPILED_OPTION= /Yudfheader.hxx /Fp..\..\inc\mac\$(O)\dfheader.pch