Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

60 lines
837 B

!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