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.

26 lines
440 B

  1. !include ..\..\win95upg.mk
  2. # common include
  3. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  4. # sub component
  5. MINORCOMP=w95pch
  6. # specify target, re-specify target path
  7. TARGETNAME=pch
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. # build options
  11. SYNCHRONIZE_BLOCK=1
  12. # x86-specific sources
  13. I386_SOURCES=\
  14. empty.c \
  15. # precompiled header options (x86-only)
  16. !if $(386)
  17. PRECOMPILED_INCLUDE=pch.h
  18. PRECOMPILED_PCH=pch.pch
  19. PRECOMPILED_OBJ=pch.obj
  20. !endif