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.

40 lines
773 B

  1. !include ..\migshared.mk
  2. # component
  3. MINORCOMP=common
  4. # target
  5. TARGETNAME=migutil
  6. TARGETTYPE=LIBRARY
  7. # x86-specific sources
  8. SOURCES=\
  9. main.c \
  10. unicode.c \
  11. file.c \
  12. ne.c \
  13. icons.c \
  14. debug.c \
  15. strings.c \
  16. log.c \
  17. growbuf.c \
  18. growlist.c \
  19. poolmem.c \
  20. reg.c \
  21. regenum.c \
  22. regtrack.c \
  23. ipc.c \
  24. inf.c \
  25. version.c \
  26. strmap.c \
  27. linkpif.c \
  28. hash.c \
  29. infparse.c \
  30. safemode.c \
  31. cablib.c \
  32. cache.c \
  33. app.cpp \
  34. persist.c \
  35. movelist.c \