Leaked source code of windows server 2003
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.
|
|
!include ..\..\win95upg.mk
# common include !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
# component MINORCOMP=w95upg
# target TARGETNAME=w95upg TARGETTYPE=DYNLINK
INCLUDES=$(WIN95UPG_ROOT)\w95upg\ui; \ $(WIN95UPG_ROOT)\w95upg\dll; \ $(INCLUDES)
DLLENTRY=_DllMainCRTStartup
# x86-specific sources I386_SOURCES=\ dllentry.c \ w95upg.rc \
# linker options LINKER_FLAGS=$(LINKER_FLAGS) -SWAPRUN:CD -SWAPRUN:NET
# resource compiler settings NTTARGETFILE0=w95upg.rc
# link libraries !include $(WIN95UPG_ROOT)\w95upg\libs.mk
|