From 38b92a4d301a3cb00a2b5d6daf555b28afd6bbb6 Mon Sep 17 00:00:00 2001 From: jez_higgins <> Date: Tue, 3 Sep 2002 13:24:50 +0000 Subject: [PATCH] Added saxlib.tpl to build. Made MSXML the default Win32 parser --- SAX/SAX.dsp | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/SAX/SAX.dsp b/SAX/SAX.dsp index 1d425696..8f743905 100644 --- a/SAX/SAX.dsp +++ b/SAX/SAX.dsp @@ -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