Main Page   File List  

package XMLEXT

This package is merely an interface package to define appropriate symbols for access to the xml parser, currently Xerces from Apache. GLAST_EXT must be appropriately defined for this or any other external package to be found.


release notes

requirements

package XMLEXT
version v2

# Package whose only job is to make the Xerces parser (public
# includes and object library) available.

use EXTLIB

ignore_pattern package_stamps

set XMLEXT_DIR ${EXT_DIR}/xerces-c_1_3_0

include_dirs ${XMLEXT_DIR}/include

path_append LD_LIBRARY_PATH "${XMLEXT_DIR}/lib"  \
            WIN32        "${XMLEXT_DIR}/bin"


macro XMLEXT_linkopts "${XMLEXT_DIR}/lib/libxerces-c1_3.so" \
        WIN32       "${XMLEXT_DIR}/lib/xerces-c_1.lib"

macro XMLEXT_cppflags "" \
        VisualC          ""


Used Packages

The XMLEXT package depends on the following packages

v1r6p1

v2r4


requirements

package XMLEXT
version v2

# Package whose only job is to make the Xerces parser (public
# includes and object library) available.

use EXTLIB

ignore_pattern package_stamps

set XMLEXT_DIR ${EXT_DIR}/xerces-c_1_3_0

include_dirs ${XMLEXT_DIR}/include

path_append LD_LIBRARY_PATH "${XMLEXT_DIR}/lib"  \
            WIN32        "${XMLEXT_DIR}/bin"


macro XMLEXT_linkopts "${XMLEXT_DIR}/lib/libxerces-c1_3.so" \
        WIN32       "${XMLEXT_DIR}/lib/xerces-c_1.lib"

macro XMLEXT_cppflags "" \
        VisualC          ""


Generated at Thu May 17 14:40:44 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000