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