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.
|
|
# This makefile was generated automatically by mwgenmake. COMPONENT = SHELL PRODUCT = SHLWANSI
NO_UNICODE = 1
CUSTOM_RULES = ${MWROOT}/ie4/shell.template
VPATH = ..
# Generated files will go here DIR_GENERATED = ${O}
SOURCES_FILE = sources SOURCES_IMPORTS = TARGETTYPE TARGETNAME
WLIB = shlwansi LIB = lib${WLIB}.a # target static library
## you may define the following variables PROJECT_CFLAGS = -I.. -DDBCS -DUNICODE_SHDOCVW
include $(MWHOME)/make.rules.simple
# Generated files
${O}/patha.c:../path.c rm -f $@ echo "#ifdef UNICODE \n" > $@ echo "#undef UNICODE \n" >> $@ echo "#endif\n" >> $@ cat $< >> $@
${O}/nativea.cpp:../native.cpp rm -f $@ echo "#ifdef UNICODE \n" > $@ echo "#undef UNICODE \n" >> $@ echo "#endif\n" >> $@ cat $< >> $@
${O}/assocapa.cpp:../assocapi.cpp rm -f $@ echo "#ifdef UNICODE \n" > $@ echo "#undef UNICODE \n" >> $@ echo "#endif\n" >> $@ cat $< >> $@
|