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.

25 lines
400 B

  1. !include ..\..\cobra.mk
  2. !include $(COBRA_ROOT)\utils\utils.mk
  3. # component
  4. MINORCOMP=cmnpch
  5. # specify target, re-specify target path
  6. TARGETNAME=pch
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=LIBRARY
  9. # build options
  10. SYNCHRONIZE_BLOCK=1
  11. # stub source
  12. SOURCES=\
  13. empty.c \
  14. # precompiled header options
  15. PRECOMPILED_INCLUDE=pch.h
  16. PRECOMPILED_PCH=pch.pch
  17. PRECOMPILED_OBJ=pch.obj