diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-31 18:09:08 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-31 18:09:08 (GMT) |
commit | e139c0246413d3803028572dcafe9f065f4c9eab (patch) | |
tree | 8b6d1855a77a3cfa84674b2918bdb7c6478b94ae /addon/xmlread | |
parent | 3876f92c80e9cc62af30916f0ccdeb83cdc2ff05 (diff) | |
download | Doxygen-e139c0246413d3803028572dcafe9f065f4c9eab.zip Doxygen-e139c0246413d3803028572dcafe9f065f4c9eab.tar.gz Doxygen-e139c0246413d3803028572dcafe9f065f4c9eab.tar.bz2 |
Release-1.2.0-20000731
Diffstat (limited to 'addon/xmlread')
-rw-r--r-- | addon/xmlread/README | 2 | ||||
-rw-r--r-- | addon/xmlread/xmlread.pro.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/addon/xmlread/README b/addon/xmlread/README index 104917d..9420de6 100644 --- a/addon/xmlread/README +++ b/addon/xmlread/README @@ -2,7 +2,7 @@ This is a small utility that is used to test and validate the XML output generated by doxygen (when GENERATE_XML = YES). It uses the Xerces-C XML parser/validator (see http://xml.apache.org) -and expects the environment variable XERCES_ROOT to point to the root +and expects the environment variable XERCESCROOT to point to the root of the Xerces package. Currently is reads an XML file, validates it, and prints the class diff --git a/addon/xmlread/xmlread.pro.in b/addon/xmlread/xmlread.pro.in index 61eec2e..0a59a9a 100644 --- a/addon/xmlread/xmlread.pro.in +++ b/addon/xmlread/xmlread.pro.in @@ -3,5 +3,5 @@ CONFIG = console qt warn_on debug HEADERS = saxhandler.h strx.h compounddef.h SOURCES = main.cpp \ saxhandlers.cpp -LIBS = -lxerces-c1_1 -L$(XERCES_ROOT) -INCLUDEPATH = $(XERCES_ROOT)/include +LIBS = -lxerces-c1_2 -L$(XERCESCROOT)/lib +INCLUDEPATH = $(XERCESCROOT)/include |