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 | |
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')
-rw-r--r-- | vms/src/make.com | 3 | ||||
-rw-r--r-- | vms/tools/h5repack/make.com | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/vms/src/make.com b/vms/src/make.com index 1bb6e36..46ebc74 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -53,7 +53,8 @@ $ cobj= "H5, H5checksum, H5dbg, H5system, H5timer, H5trace,"+- $ cobj1= "H5R, H5RC,"+- "H5RS, H5S, H5Sall, H5Shyper, H5Smpio, H5Snone, H5Spoint,"+- "H5Sselect, H5Stest,"+- - "H5SL, H5ST, H5T, H5Tarray, H5Tbit, H5Tcommit,"+- + "H5SL, H5SM, H5SMbtree2, H5SMcache," +- + "H5ST, H5T, H5Tarray, H5Tbit, H5Tcommit,"+- "H5Tcompound, H5Tconv, H5Tcset, H5Tenum, H5Tfields, H5Tfixed,"+- "H5Tfloat, H5Tinit, H5Tnative, H5Toffset, H5Toh, H5Topaque, H5Torder,"+- "H5Tpad, H5Tprecis, H5Tstrpad, H5Tvlen, H5TS, H5V, H5Z,"+- 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, - |