Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 217
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: xerces.mpb 198 2005-12-15 11:30:53Z bj $
2
// $Id: xerces.mpb 217 2006-05-05 09:35:48Z bj $
3
 
3
 
4
project {
4
project {
5
  requires += xerces
5
  requires += xerces
6
  includes += $(XERCESCROOT)/include
6
  includes += $(XERCESCROOT)/include
7
  libpaths += $(XERCESCROOT)/lib
7
  libpaths += $(XERCESCROOT)/lib
Line 12... Line 12...
12
    // Linking the optimized version of xerces-c_2 into a debug application
12
    // Linking the optimized version of xerces-c_2 into a debug application
13
    // has been known to cause run-time issues (as of 4/25/2005), so we
13
    // has been known to cause run-time issues (as of 4/25/2005), so we
14
    // will link in the debug version for the "Debug" configuration.
14
    // will link in the debug version for the "Debug" configuration.
15
    Debug::xerceslib = xerces-c_2D
15
    Debug::xerceslib = xerces-c_2D
16
  }
16
  }
17
  specific(borland, bmake, cbx) {
17
  specific(borland, bmake, bds) {
18
    xerceslib = XercesLib
18
    xerceslib = XercesLib
19
  }
19
  }
20
  specific (gnuace, make, sle, automake, ghs) {
20
  specific (gnuace, make, sle, automake, ghs) {
21
    macros   += XML_USE_PTHREADS
21
    macros   += XML_USE_PTHREADS
22
    xerceslib = xerces-c
22
    xerceslib = xerces-c