Source code of Windows XP (NT5)
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.

23 lines
333 B

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