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