diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-15 23:23:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-15 23:23:29 (GMT) |
commit | 73ef01becce56ea839840137af57561130ff4775 (patch) | |
tree | a5cd75a56b6d7d6997d4de50f2a6ce8e41c3d37d /vms/tools | |
parent | 51580d9be11bafb5de9c2fe1371a75aa5f6a4d03 (diff) | |
download | hdf5-73ef01becce56ea839840137af57561130ff4775.zip hdf5-73ef01becce56ea839840137af57561130ff4775.tar.gz hdf5-73ef01becce56ea839840137af57561130ff4775.tar.bz2 |
[svn-r12920] Description:
Modified VMS files to reflect recent changes in the code
Diffstat (limited to 'vms/tools')
-rw-r--r-- | vms/tools/h5repack/make.com | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/vms/tools/h5repack/make.com b/vms/tools/h5repack/make.com index 2e49a0b..2e312d1 100644 --- a/vms/tools/h5repack/make.com +++ b/vms/tools/h5repack/make.com @@ -23,9 +23,7 @@ $ type sys$input $! $ cobj= " h5repack_main, h5repack, h5repack_copy, h5repack_filters, " +- "h5repack_list, h5repack_opttable, h5repack_parse, " +- - "h5repack_verify,"+- - "testh5repack_main, testh5repack_attr, testh5repack_dset, "+- - "testh5repack_make, testh5repack_util " + "h5repack_verify" $! $ ccc 'cobj @@ -37,13 +35,12 @@ $ link/exe=h5repack.exe - h5repack_verify, - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input - Created h5repacktst + Created h5repack $ $ type sys$input Creating h5repacktst $ link/exe=h5repacktst.exe - - testh5repack_main, testh5repack_attr, testh5repack_dset, - - testh5repack_make, testh5repack_util, - + h5repacktst, - h5repack, h5repack_copy, h5repack_filters, - h5repack_list, h5repack_opttable, h5repack_parse, - h5repack_verify, - |