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.

28 lines
478 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  3. # component
  4. MINORCOMP=migfiles
  5. # target
  6. TARGETNAME=migfiles
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. # x86-specific sources
  10. I386_SOURCES=\
  11. migfiles.c \
  12. migfiles.rc \
  13. C_DEFINES=$(C_DEFINES) -DUSE_ANSI_SETUPAPI_ON_NT
  14. # link libraries
  15. TARGETLIBS=\
  16. !include $(WIN95UPG_ROOT)\common\libs.mk
  17. !include $(WIN95UPG_ROOT)\w95upg\libs.mk
  18. !include $(WIN95UPG_ROOT)\tools\sdklibs.mk
  19. UMTYPE=console