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
819 B
41 lines
819 B
!include ..\..\win95upg.mk
|
|
|
|
!include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
|
|
|
|
# component
|
|
MINORCOMP=doswiz
|
|
|
|
# target
|
|
TARGETNAME=doswiz
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
INCLUDES=$(WIN95UPG_ROOT)\w95upg\ui;$(WIN95UPG_ROOT)\w95upg\dll;$(INCLUDES)
|
|
|
|
# x86-specific sources
|
|
!IF "$(UPGWIZ4FLOPPY)" == "Y"
|
|
C_DEFINES=$(C_DEFINES) -DUPGWIZ4FLOPPY
|
|
!endif
|
|
|
|
I386_SOURCES=\
|
|
doswiz.c \
|
|
doswiz.rc
|
|
|
|
|
|
# link libraries
|
|
TARGETLIBS=
|
|
!IF "$(UPGWIZ4FLOPPY)" != "Y"
|
|
!include $(WIN95UPG_ROOT)\w95upg\libs.mk
|
|
!ELSE
|
|
!include $(WIN95UPG_ROOT)\tools\wiztools\libs.mk
|
|
!ENDIF
|
|
|
|
TARGETLIBS=$(TARGETLIBS) $(WIN95UPG_BIN)\wiztools.lib
|
|
|
|
# linker options
|
|
LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
# resource compiler settings
|
|
NTTARGETFILE0=doswiz.rc
|