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.

29 lines
567 B

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