windows-nt/Source/XPSP1/NT/shell/shlwapi/srcw/gnumakefile

43 lines
983 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
# 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 $< >> $@