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.

41 lines
778 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  3. # component
  4. MINORCOMP=doswiz
  5. # target
  6. TARGETNAME=doswiz
  7. TARGETTYPE=DYNLINK
  8. DLLENTRY=_DllMainCRTStartup
  9. INCLUDES=$(WIN95UPG_ROOT)\w95upg\ui;$(WIN95UPG_ROOT)\w95upg\dll;$(INCLUDES)
  10. # x86-specific sources
  11. !IF "$(UPGWIZ4FLOPPY)" == "Y"
  12. C_DEFINES=$(C_DEFINES) -DUPGWIZ4FLOPPY
  13. !endif
  14. I386_SOURCES=\
  15. doswiz.c \
  16. doswiz.rc
  17. # link libraries
  18. TARGETLIBS=
  19. !IF "$(UPGWIZ4FLOPPY)" != "Y"
  20. !include $(WIN95UPG_ROOT)\w95upg\libs.mk
  21. !ELSE
  22. !include $(WIN95UPG_ROOT)\tools\wiztools\libs.mk
  23. !ENDIF
  24. TARGETLIBS=$(TARGETLIBS) $(WIN95UPG_BIN)\wiztools.lib
  25. # linker options
  26. LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
  27. SUBSYSTEM_VERSION=4.00
  28. # resource compiler settings
  29. NTTARGETFILE0=doswiz.rc