diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-13 17:17:18 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-13 17:17:18 (GMT) |
commit | 89917f28bb5e00787b9feff21c41a2841af2b8a3 (patch) | |
tree | fae316f54496d862787b8520730131df429a60fc /vms/examples | |
parent | 69b4a45dab63a0dca141294ada0199110cbd818c (diff) | |
download | hdf5-89917f28bb5e00787b9feff21c41a2841af2b8a3.zip hdf5-89917f28bb5e00787b9feff21c41a2841af2b8a3.tar.gz hdf5-89917f28bb5e00787b9feff21c41a2841af2b8a3.tar.bz2 |
[svn-r12900] Description:
Maintenance for VMS: added new example file to the command files
Diffstat (limited to 'vms/examples')
-rw-r--r-- | vms/examples/check.com | 1 | ||||
-rw-r--r-- | vms/examples/make.com | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/vms/examples/check.com b/vms/examples/check.com index 753cf75..a7c7db4 100644 --- a/vms/examples/check.com +++ b/vms/examples/check.com @@ -25,5 +25,6 @@ $ run h5_select $ run h5_attribute $ run h5_mount $ run h5_reference +$ run h5_ref2reg $ run h5_drivers $ exit diff --git a/vms/examples/make.com b/vms/examples/make.com index d993d71..1209d83 100644 --- a/vms/examples/make.com +++ b/vms/examples/make.com @@ -68,6 +68,10 @@ $ type sys$input $ link h5_reference, - [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input + Creating h5_ref2reg +$ link h5_ref2reg, - + [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$ type sys$input Creating h5_drivers $ link h5_drivers, - [-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib |