Added saxlib.tpl to build.

Made MSXML the default Win32 parser
This commit is contained in:
jez_higgins 2002-09-03 13:24:50 +00:00
parent a993bc42c4
commit 38b92a4d30

View file

@ -327,9 +327,16 @@ SOURCE=.\ParserConfig.tpl
# Begin Custom Build
InputPath=.\ParserConfig.tpl
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cl /TC /D USE_EXPAT /EP ParserConfig.tpl > ParserConfig.h
BuildCmds= \
cl /TC /D USE_MSXML /EP ParserConfig.tpl > ParserConfig.h \
cl /TC /D USE_MSXML /EP saxlib.tpl > saxlib.cpp \
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"saxlib.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
@ -339,5 +346,9 @@ InputPath=.\ParserConfig.tpl
SOURCE=.\saxlib.cpp
# End Source File
# Begin Source File
SOURCE=.\saxlib.tpl
# End Source File
# End Target
# End Project