diff options
Diffstat (limited to 'vms/examples/make.com')
-rw-r--r-- | vms/examples/make.com | 4 |
1 files changed, 4 insertions, 0 deletions
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 |