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.
|
|
# This makefile was generated automatically by mwgenmake. COMPONENT = SHELL PRODUCT = SHLWUNI
CUSTOM_RULES = ${MWROOT}/ie4/shell.template
# Generated files will go here DIR_GENERATED = ${O}
SOURCES_FILE = sources SOURCES_IMPORTS = TARGETTYPE TARGETNAME
WLIB = shlwuni LIB = lib${WLIB}.a # target static library
## you may define the following variables PROJECT_CFLAGS = -I.. -DDBCS -DUNICODE_SHDOCVW
include $(MWHOME)/make.rules.simple
## pathw.c is now being generated from path.c ${O}/pathw.c:../path.c rm -f $@ echo "#ifndef UNICODE " > $@ echo "#define UNICODE " >> $@ echo "#endif " >> $@ cat $< >> $@
${O}/nativew.cpp:../native.cpp rm -f $@ echo "#ifndef UNICODE " > $@ echo "#define UNICODE " >> $@ echo "#endif " >> $@ cat $< >> $@
${O}/assocapw.cpp:../assocapi.cpp rm -f $@ echo "#ifndef UNICODE " > $@ echo "#define UNICODE " >> $@ echo "#endif " >> $@ cat $< >> $@
|