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.
29 lines
592 B
29 lines
592 B
UNICODE=1
|
|
!include ..\..\win95upg.mk
|
|
|
|
# common include
|
|
!include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk
|
|
|
|
# component
|
|
MINORCOMP=w95upgnt
|
|
|
|
# target
|
|
TARGETNAME=w95upgnt
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\ntui; \
|
|
$(WIN95UPG_ROOT)\w95upgnt\dll; \
|
|
$(INCLUDES)
|
|
|
|
# x86-specific sources
|
|
I386_SOURCES= \
|
|
dllentry.c \
|
|
w95upgnt.rc
|
|
|
|
LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:NET -SWAPRUN:CD /MAP
|
|
|
|
# link libraries
|
|
!include $(WIN95UPG_ROOT)\w95upgnt\libs.mk
|
|
|