summaryrefslogtreecommitdiffstats
path: root/vms/tools/h5repack/make.com
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-06-14 19:55:39 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-06-14 19:55:39 (GMT)
commit6719b3360a564f648705e521e25db4b837e8156a (patch)
treea6de4f56c6fecab5afccfa4b926364fbe62c77b8 /vms/tools/h5repack/make.com
parentb2cf486a02f51d020cf23eaa0a42b630ca771d0b (diff)
downloadhdf5-6719b3360a564f648705e521e25db4b837e8156a.zip
hdf5-6719b3360a564f648705e521e25db4b837e8156a.tar.gz
hdf5-6719b3360a564f648705e521e25db4b837e8156a.tar.bz2
[svn-r13867] Brought VMS port up to date; made h5repack script to work again.
Platforms tested: VMS server; no other tests are needed since changes are local to the VMS command and source files.
Diffstat (limited to 'vms/tools/h5repack/make.com')
-rw-r--r--vms/tools/h5repack/make.com8
1 files changed, 4 insertions, 4 deletions
diff --git a/vms/tools/h5repack/make.com b/vms/tools/h5repack/make.com
index 624daf4..1db481c 100644
--- a/vms/tools/h5repack/make.com
+++ b/vms/tools/h5repack/make.com
@@ -22,7 +22,7 @@ $ ccc := cc 'ccopt /include=([-.-.src], [-.lib], [-.-.test])
$ type sys$input
Creating h5repack
$!
-$ cobj= " h5repack_main, h5repack, h5repack_copy, h5repack_filters, " +-
+$ cobj= " h5repack_main, h5repack, h5repack_copy, h5repack_refs, h5repack_filters, " +-
"h5repack_list, h5repack_opttable, h5repack_parse, " +-
"h5repack_verify, h5repacktst"
@@ -31,10 +31,10 @@ $ ccc 'cobj
$ type sys$input
Creating h5repack
$ link/exe=h5repack.exe -
- h5repack_main, h5repack, h5repack_copy, h5repack_filters, -
+ h5repack_main, h5repack, h5repack_copy, h5repack_refs, h5repack_filters, -
h5repack_list, h5repack_opttable, h5repack_parse, -
h5repack_verify, -
- [-.lib]libh5tools.olb/lib,
+ [-.lib]libh5tools.olb/lib, -
[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
Created h5repack
@@ -43,7 +43,7 @@ $ type sys$input
Creating h5repacktst
$ link/exe=h5repacktst.exe -
h5repacktst, -
- h5repack, h5repack_copy, h5repack_filters, -
+ h5repack, h5repack_copy, h5repack_refs, h5repack_filters, -
h5repack_list, h5repack_opttable, h5repack_parse, -
h5repack_verify, -
[-.lib]libh5tools.olb/lib,[-.-.test]libh5test.olb/lib, -