diff options
Diffstat (limited to 'vms/tools/h5repack')
-rw-r--r-- | vms/tools/h5repack/make.com | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vms/tools/h5repack/make.com b/vms/tools/h5repack/make.com index dd264d8..a06a5de 100644 --- a/vms/tools/h5repack/make.com +++ b/vms/tools/h5repack/make.com @@ -15,9 +15,9 @@ $! Makefile for VMS systems. $! $! Make h5repack tool $! -$ ccopt = "/float=ieee_float" +$! ccopt = "/float=ieee_float" $ -$ ccc := cc 'ccopt /debug/define=H5_VMS/include=([-.-.src], [-.lib], [-.-.test]) +$ ccc := cc 'ccopt /include=([-.-.src], [-.lib], [-.-.test]) $ type sys$input Creating h5repack $! @@ -52,3 +52,4 @@ $ link/exe=h5repacktst.exe - $ type sys$input Created h5repacktst $! +$ exit |