diff options
Diffstat (limited to 'vms/tools/h5ls/make.com')
-rw-r--r-- | vms/tools/h5ls/make.com | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/tools/h5ls/make.com b/vms/tools/h5ls/make.com index 19eb6be..57c8be5 100644 --- a/vms/tools/h5ls/make.com +++ b/vms/tools/h5ls/make.com @@ -15,9 +15,9 @@ $! Makefile for VMS systems. $! $! Make h5ls tool $! -$ ccopt = "/float=ieee_float" +$! ccopt = "/float=ieee_float" $ -$ ccc := cc 'ccopt /debug/define=H5_VMS/include=([-.-.src], [-.lib]) +$ ccc := cc 'ccopt /include=([-.-.src], [-.lib]) $ type sys$input Creating h5ls $! @@ -30,7 +30,7 @@ $ type sys$input Creating h5ls $ link h5ls, - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib -! sys$clib/lib $ type sys$input Created h5ls $! +$ exit |