summaryrefslogtreecommitdiffstats
path: root/vms/tools/h5import
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-05-03 15:09:03 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-05-03 15:09:03 (GMT)
commite8f915c403fc916f57a0f898fd23affe556b43d9 (patch)
treea31f516c924a519e6334748518be053227eff9cf /vms/tools/h5import
parent1acc676fcf1e2451d1935f95731b5644a60a0e0d (diff)
downloadhdf5-e8f915c403fc916f57a0f898fd23affe556b43d9.zip
hdf5-e8f915c403fc916f57a0f898fd23affe556b43d9.tar.gz
hdf5-e8f915c403fc916f57a0f898fd23affe556b43d9.tar.bz2
[svn-r12323] Purpose: Maintenance/bug fixes
Description: Some VMS command files were broken, some needed an update to catch up with the current code distribution. Solution: Fixed Platforms tested: VMS server with IEEE option. Will do more testing after checking out a fresh CVS version. Misc. update:
Diffstat (limited to 'vms/tools/h5import')
-rw-r--r--vms/tools/h5import/make.com7
1 files changed, 3 insertions, 4 deletions
diff --git a/vms/tools/h5import/make.com b/vms/tools/h5import/make.com
index 41bcc92..810fddc 100644
--- a/vms/tools/h5import/make.com
+++ b/vms/tools/h5import/make.com
@@ -15,9 +15,9 @@ $! Makefile for VMS systems.
$!
$! Make h5import 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 h5import
$!
@@ -30,7 +30,6 @@ $ type sys$input
Creating h5import
$ link h5import,-
[-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib
-! sys$clib/lib
$ type sys$input
Created h5import
$!
@@ -38,7 +37,7 @@ $ type sys$input
Creating h5importtest
$ link h5importtest, -
[-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib
-! sys$clib/lib
$ type sys$input
Created h5importtest
$!
+$ exit