mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
Added saxlib.tpl to build.
Made MSXML the default Win32 parser
This commit is contained in:
parent
a993bc42c4
commit
38b92a4d30
1 changed files with 13 additions and 2 deletions
15
SAX/SAX.dsp
15
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
|
||||
|
|
Loading…
Reference in a new issue