mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
updated for xerces 2.1
This commit is contained in:
parent
62b73b7b75
commit
75cf0867ec
1 changed files with 11 additions and 2 deletions
|
@ -29,8 +29,8 @@ include <SAX/wrappers/saxmsxml2.h>
|
|||
undef DEF_SAX_P
|
||||
define DEF_SAX_P msxml2_wrapper
|
||||
#endif
|
||||
#ifdef USE_XERCES
|
||||
pragma message("Including Xerces")
|
||||
#ifdef USE_XERCES1
|
||||
message("Including Xerces 1")
|
||||
include <SAX/wrappers/saxxerces.h>
|
||||
undef DEF_SAX_P
|
||||
define DEF_SAX_P xerces_wrapper
|
||||
|
@ -38,6 +38,15 @@ define DEF_SAX_P xerces_wrapper
|
|||
comment(lib, "xerces-c_1.lib")
|
||||
#endif
|
||||
#endif
|
||||
#ifdef USE_XERCES
|
||||
message("Including Xerces")
|
||||
include <SAX/wrappers/saxxerces.h>
|
||||
undef DEF_SAX_P
|
||||
define DEF_SAX_P xerces_wrapper
|
||||
#ifdef _MSC_VER
|
||||
comment(lib, "xerces-c_2.lib")
|
||||
#endif
|
||||
#endif
|
||||
#ifdef USE_GARDEN
|
||||
message("Including Garden")
|
||||
include <SAX/parsers/saxgarden.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue