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.

28 lines
532 B

  1. !include ..\..\win95upg.mk
  2. # common include
  3. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  4. # component
  5. MINORCOMP=winntsif
  6. # target
  7. TARGETNAME=winntsif
  8. TARGETTYPE=LIBRARY
  9. # x86-specific sources
  10. I386_SOURCES= \
  11. buildinf.c \
  12. winntsif.c
  13. # precompiled header options (x86-only)
  14. !if $(386)
  15. #PRECOMPILED_INCLUDE=pch.h
  16. #PRECOMPILED_PCH=pch.pch
  17. #PRECOMPILED_OBJ=pch.obj
  18. PRECOMPILED_OPTION=/Yupch.h /Fp$(WIN95UPG_ROOT)\w95upg\pch\$(O)\pch.pch
  19. PRECOMPILED_TARGET=$(WIN95UPG_ROOT)\w95upg\pch\$(O)\pch.pch
  20. !endif