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.

40 lines
777 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  3. # component
  4. MINORCOMP=appwiz
  5. # target
  6. TARGETNAME=appwiz
  7. TARGETTYPE=DYNLINK
  8. DLLENTRY=_DllMainCRTStartup
  9. # x86-specific sources
  10. !IF "$(UPGWIZ4FLOPPY)" == "Y"
  11. C_DEFINES=$(C_DEFINES) -DUPGWIZ4FLOPPY
  12. !endif
  13. I386_SOURCES=\
  14. appwiz.c \
  15. appwiz.rc
  16. INCLUDES=$(WIN95UPG_ROOT)\w95upg\ui;$(WIN95UPG_ROOT)\w95upg\dll;$(INCLUDES)
  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=appwiz.rc