diff options
author | Mike Hommey <mh@glandium.org> | 2004-10-13 08:57:08 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-10-13 08:57:08 +0000 |
commit | 0732be88d054db33fa0ca479eab9988c8e6be42e (patch) | |
tree | 8b9cf70e04bd32115caebeb74cb0d841d1eced3b /vms/build_libxml.com | |
parent | 09deb06614c3408ec0816a3c88920138bae2083c (diff) | |
download | libxml2-0732be88d054db33fa0ca479eab9988c8e6be42e.tar.gz |
Load /tmp/tmp.zzO3vU/libxml2-2.6.14 intoupstream/2.6.14
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'vms/build_libxml.com')
-rwxr-xr-x | vms/build_libxml.com | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vms/build_libxml.com b/vms/build_libxml.com index 323c36f..ed5107b 100755 --- a/vms/build_libxml.com +++ b/vms/build_libxml.com @@ -42,14 +42,14 @@ $!- list of sources to be built into the LIBXML library. Compare this list $! to the definition of "libxml2_la_SOURCES" in the file MAKEFILE.IN. $! Currently this definition includes the list WITH_TRIO_SOURCES_TRUE $! -$ sources = "SAX.c entities.c encoding.c error.c parserInternals.c parser.c" -$ sources = sources + " tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c valid.c" -$ sources = sources + " xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c " -$ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c " -$ sources = sources + " DOCBparser.c catalog.c globals.c threads.c c14n.c " -$ sources = sources + " xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c " +$ sources = "SAX.c entities.c encoding.c error.c parserInternals.c" +$ sources = sources + " parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c" +$ sources = sources + " valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c" +$ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c" +$ sources = sources + " catalog.c globals.c threads.c c14n.c xmlstring.c" +$ sources = sources + " xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c" $ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c dict.c SAX2.c" -$ sources = sources + " legacy.c xmldwalk.c chvalid.c" +$ sources = sources + " xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c" $! $!- list of main modules to compile and link. Compare this list to the $! definition of bin_PROGRAMS in MAKEFILE.IN |