summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-06-28 15:48:42 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-06-28 15:48:42 (GMT)
commit049692ee4197cef117a515bec8e37e2c08bc8d93 (patch)
tree4a9682d1dabc0e9ad07f5ba486069ba63ff7a0fa
parent1bd478b1dcbde9776a40e121ade81700d518072b (diff)
downloadhdf5-049692ee4197cef117a515bec8e37e2c08bc8d93.zip
hdf5-049692ee4197cef117a515bec8e37e2c08bc8d93.tar.gz
hdf5-049692ee4197cef117a515bec8e37e2c08bc8d93.tar.bz2
[svn-r23846] I added h5dump_ddl.c and h5dump_xml.c.
-rw-r--r--vms/tools/h5dump/make.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/tools/h5dump/make.com b/vms/tools/h5dump/make.com
index 612b524..6888f98 100644
--- a/vms/tools/h5dump/make.com
+++ b/vms/tools/h5dump/make.com
@@ -23,7 +23,7 @@ $! define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3]
$! ccopt = "/float=ieee_float/define=H5_VMS/include=zlib_dir"
$
$ ccc := cc 'ccopt /include=([-.-.src], [-.lib])
-$ cobj= "h5dump.c, h5dumpgentest.c "
+$ cobj= "h5dump.c, h5dump_ddl.c, h5dump_xml.c, h5dumpgentest.c "
$ ccc 'cobj
$ type sys$input
Creating h5dumpgentest ...
@@ -33,7 +33,7 @@ $ type sys$input
Finished h5dumpgentest
$ type sys$input
Creating h5dump ...
-$ link h5dump, -
+$ link h5dump, h5dump_ddl, h5dump_xml, -
[-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Finished h5dump