mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
set default parser to MSXML
This commit is contained in:
parent
75cf0867ec
commit
2a5e9736c0
1 changed files with 2 additions and 2 deletions
|
@ -328,8 +328,8 @@ SOURCE=.\ParserConfig.tpl
|
|||
InputPath=.\ParserConfig.tpl
|
||||
|
||||
BuildCmds= \
|
||||
cl /TC /D USE_EXPAT /EP ParserConfig.tpl > ParserConfig.h \
|
||||
cl /TC /D USE_EXPAT /EP saxlib.tpl > saxlib.cpp \
|
||||
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)"
|
||||
|
|
Loading…
Reference in a new issue