diff options
Diffstat (limited to 'vms/tools/h5dump/make.com')
-rw-r--r-- | vms/tools/h5dump/make.com | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vms/tools/h5dump/make.com b/vms/tools/h5dump/make.com index 774902c..96ab968 100644 --- a/vms/tools/h5dump/make.com +++ b/vms/tools/h5dump/make.com @@ -26,17 +26,18 @@ $ cobj= "h5dump.c, h5dumpgentest.c " $ $ ccc 'cobj $ type sys$input - Creating h5dumpgentest + Creating h5dumpgentest ... $ link h5dumpgentest, - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input - Created h5dumpgentest + Finished h5dumpgentest + $ $ type sys$input - Creating h5dump + Creating h5dump ... $ link h5dump, - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input - Created h5dump + Finished h5dump $! $ exit |