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.

35 lines
763 B

  1. !include ..\..\win95upg.mk
  2. # common include
  3. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  4. # component
  5. MINORCOMP=sysmig
  6. # target
  7. TARGETNAME=sysmig
  8. TARGETTYPE=LIBRARY
  9. # x86-specific sources
  10. I386_SOURCES= \
  11. sysmig.c \
  12. shares.c \
  13. olereg.c \
  14. condmsg.c \
  15. drives.c \
  16. userloop.c \
  17. mmedia.c \
  18. compacct.c \
  19. migmain.c \
  20. nicepath.c \
  21. timezone.c \
  22. betacfg.c \
  23. ras.c \
  24. dosmig95.c \
  25. # precompiled header options (x86-only)
  26. !if $(386)
  27. PRECOMPILED_OPTION=/Yupch.h /Fp$(WIN95UPG_ROOT)\w95upg\pch\$(O)\pch.pch
  28. PRECOMPILED_TARGET=$(WIN95UPG_ROOT)\w95upg\pch\$(O)\pch.pch
  29. !endif