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
696 B

  1. !include ..\..\win95upg.mk
  2. # common include
  3. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  4. # component
  5. MINORCOMP=w95upg
  6. # target
  7. TARGETNAME=migapp
  8. TARGETTYPE=LIBRARY
  9. # x86-specific sources
  10. I386_SOURCES=migapp.c \
  11. links.c \
  12. masys32.c \
  13. maioctl.c \
  14. filescan.c \
  15. helpers.c \
  16. hlpfiles.c \
  17. modules.c \
  18. migdb.c \
  19. dbattrib.c \
  20. dbaction.c \
  21. apcompat.c \
  22. # precompiled header options (x86-only)
  23. !if $(386)
  24. PRECOMPILED_OPTION=/Yupch.h /Fp$(WIN95UPG_ROOT)\w95upg\pch\$(O)\pch.pch
  25. PRECOMPILED_TARGET=$(WIN95UPG_ROOT)\w95upg\pch\$(O)\pch.pch
  26. !endif