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.

65 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Dean Edwards (DeanE) 11-Jan-1993
  12. !ENDIF
  13. !include $(CTOLESTG)\mac.mk
  14. MAJORCOMP= testhelp
  15. MINORCOMP= library
  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= testhelp
  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. SOURCES= \
  30. ..\creghelp.cxx \
  31. ..\cdbghelp.cxx \
  32. ..\cdbgdlg.cxx \
  33. ..\arghelp.cxx
  34. UMTYPE= macintosh
  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