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.

24 lines
399 B

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