2 feature(!xerces2, !xerces3) {
7 includes += $(XERCESCROOT)/include
8 libpaths += $(XERCESCROOT)/lib
10 specific(prop:microsoft) {
11 xerceslib = xerces-c_2
13 // Linking the optimized version of xerces-c_2 into a debug application
14 // has been known to cause run-time issues (as of 4/25/2005), so we
15 // will link in the debug version for the "Debug" configuration.
16 Debug::xerceslib = xerces-c_2D
18 specific(prop:borland) {
21 specific(!prop:windows) {
22 macros += XML_USE_PTHREADS
26 // We have to use lit_libs here as the library decorator
27 // does not necessarily match what MPC uses (particularly for
29 lit_libs += $(XERCESLIB)
32 includes += $(XERCESCROOT)/include
33 libpaths += $(XERCESCROOT)/lib
35 specific(prop:microsoft) {
36 xerceslib = xerces-c_3
38 // Linking the optimized version of xerces-c_2 into a debug application
39 // has been known to cause run-time issues (as of 4/25/2005), so we
40 // will link in the debug version for the "Debug" configuration.
41 Debug::xerceslib = xerces-c_3D
43 specific(prop:borland) {
46 specific(!prop:windows) {
47 macros += XML_USE_PTHREADS
51 // We have to use lit_libs here as the library decorator
52 // does not necessarily match what MPC uses (particularly for
54 lit_libs += $(XERCESLIB)