summaryrefslogtreecommitdiff
path: root/vms/build_libxml.com
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-25 23:12:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-25 23:12:22 +0000
commit1c960272c29dfe3ce32e85413f63ea6c974b7e33 (patch)
tree5ce30c3f4a77cbc8ab713b165304c32285657cae /vms/build_libxml.com
parentc557346417e8107627af529d59bbb47df07a033a (diff)
downloadlibxml2-1c960272c29dfe3ce32e85413f63ea6c974b7e33.tar.gz
applied patch from Craig A. Berry to get libxml-2.5.7 to compile on
* triodef.h vms/build_libxml.com: applied patch from Craig A. Berry to get libxml-2.5.7 to compile on OpenVMS Daniel
Diffstat (limited to 'vms/build_libxml.com')
-rwxr-xr-xvms/build_libxml.com6
1 files changed, 4 insertions, 2 deletions
diff --git a/vms/build_libxml.com b/vms/build_libxml.com
index 21e554d3..f09f726b 100755
--- a/vms/build_libxml.com
+++ b/vms/build_libxml.com
@@ -15,7 +15,9 @@ $!
$! Change History
$! --------------
$! Command file author : John A Fotheringham (jaf@jafsoft.com)
-$! Last update : 28 September 2002 Craig Berry (craigberry@mac.com)
+$! Update history : 25 April 2003 Craig Berry (craigberry@mac.com)
+$! added xmlreader.c and relaxng.c to source list
+$! : 28 September 2002 Craig Berry (craigberry@mac.com)
$! updated to work with current sources
$! miscellaneous enhancements to build process
$!
@@ -44,7 +46,7 @@ $ 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 = sources + " triostr.c trio.c"
+$ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c"
$!
$!- list of main modules to compile and link. Compare this list to the
$! definition of bin_PROGRAMS in MAKEFILE.IN