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.

46 lines
894 B

  1. !include ..\..\win95upg.mk
  2. # common include
  3. !include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk
  4. # component
  5. MINORCOMP=migmain
  6. # target
  7. TARGETNAME=migmain
  8. TARGETTYPE=LIBRARY
  9. # x86-specific sources
  10. I386_SOURCES= \
  11. migmain.c \
  12. usermig.c \
  13. wkstamig.c \
  14. migdlls.c \
  15. filemig.c \
  16. shllink.c \
  17. security.c \
  18. acctlist.c \
  19. domain.c \
  20. stf.c \
  21. inifiles.c \
  22. stftable.c \
  23. infparse.c \
  24. mmedia.c \
  25. progress.c \
  26. tapi.c \
  27. pcache.c \
  28. rasnt.c \
  29. dosmignt.c \
  30. shell.c \
  31. iniact.c \
  32. brfcase.c \
  33. # precompiled header options (x86-only)
  34. !if $(386)
  35. PRECOMPILED_OPTION=/Yupch.h /Fp$(WIN95UPG_ROOT)\w95upgnt\pch\$(O)\pch.pch
  36. PRECOMPILED_TARGET=$(WIN95UPG_ROOT)\w95upgnt\pch\$(O)\pch.pch
  37. !endif