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.

53 lines
921 B

  1. !include ..\..\win95upg.mk
  2. # component
  3. MINORCOMP=common
  4. # target
  5. TARGETNAME=migutil
  6. TARGETTYPE=LIBRARY
  7. # x86-specific sources
  8. I386_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. expandit.c \
  27. strmap.c \
  28. linkpif.c \
  29. hash.c \
  30. infparse.c \
  31. safemode.c \
  32. cablib.c \
  33. cache.c \
  34. app.cpp \
  35. uninstall.c \
  36. persist.c \
  37. movelist.c \
  38. # precompiled header options (x86-only)
  39. !if $(386)
  40. PRECOMPILED_INCLUDE=pch.h
  41. PRECOMPILED_PCH=pch.pch
  42. PRECOMPILED_OBJ=pch.obj
  43. !endif