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.

50 lines
907 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. 08-May-97 MariusB Created
  7. !ENDIF
  8. !include $(CTCOMTOOLS)\comasci.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. SOURCES= ..\dummy.cxx
  24. UMTYPE= windows
  25. PRECOMPILED_CXX= 1
  26. PRECOMPILED_INCLUDE= ..\comtpch.hxx
  27. PRECOMPILED_TARGET= $(O)\comtpch.pch
  28. PRECOMPILED_OPTIONS=
  29. #
  30. # for mp builds so that pch is finished compiling before other files need it
  31. #
  32. SYNCHRONIZE_BLOCK=1