Leaked source code of windows server 2003
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.

39 lines
746 B

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