diff options
-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 |