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
# component MINORCOMP=extract
# target TARGETPATH=obj TARGETTYPE=PROGRAM
# x86-specific sources I386_SOURCES=\ extract.c \ extract.rc \
# link libraries #!include $(WIN95UPG_ROOT)\common\libs.mk !include $(WIN95UPG_ROOT)\tools\sdklibs.mk
TARGETLIBS=$(TARGETLIBS) \ $(WIN95UPG_BIN)\migutil.lib \ $(WIN95UPG_BIN)\fileenum.lib \ $(WIN95UPG_BIN)\win95reg.lib \ $(WIN95UPG_BIN)\memdb.lib \ $(WIN95UPG_BIN)\snapshot.lib \ $(WIN95UPG_BIN)\regw32d.lib \ $(BASE_LIB_PATH)\sputilsa.lib \ $(BASE_LIB_PATH)\sputilsu.lib \
!ifdef UNICODE_TOOL
C_DEFINES=-DUNICODE UMTYPE=console UMENTRY=wmain TARGETNAME=icontoolu
!else
C_DEFINES= UMTYPE=console UMENTRY=main TARGETNAME=icontool
!endif
|