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.

52 lines
935 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Abstract:
  4. Builds a global precompiled header for all components in this project.
  5. Author:
  6. 8-Sep-1995 DaveY Created
  7. !ENDIF
  8. !include $(CTCOMTOOLS)\comday.mk
  9. MAJORCOMP= comtools
  10. MINORCOMP= pch
  11. #
  12. # This is the name of the target built from the source files specified
  13. # below. The name should include neither the path nor the file extension.
  14. #
  15. TARGETNAME= dummy
  16. TARGETPATH= obj
  17. #
  18. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  19. # etc.
  20. #
  21. TARGETTYPE= LIBRARY
  22. INCLUDES= ..\.
  23. C_DEFINES= $(C_DEFINES)
  24. SOURCES= ..\dummy.cxx
  25. UMTYPE= windows
  26. PRECOMPILED_CXX= 1
  27. PRECOMPILED_INCLUDE= ..\comtpch.hxx
  28. PRECOMPILED_TARGET= $(O)\comtpch.pch
  29. PRECOMPILED_OPTIONS=
  30. #
  31. # for mp builds so that pch is finished compiling before other files need it
  32. #
  33. SYNCHRONIZE_BLOCK=1