summaryrefslogtreecommitdiffstats
path: root/vms/tools/h5dump
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/h5dump
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/h5dump')
-rw-r--r--vms/tools/h5dump/make.com10
1 files changed, 5 insertions, 5 deletions
diff --git a/vms/tools/h5dump/make.com b/vms/tools/h5dump/make.com
index 435fb6c..44b03ed 100644
--- a/vms/tools/h5dump/make.com
+++ b/vms/tools/h5dump/make.com
@@ -15,9 +15,9 @@ $! Makefile for VMS systems.
$!
$! Make h5dump 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])
$
$
$ cobj= "h5dump.c, h5dumpgentest.c "
@@ -26,8 +26,8 @@ $
$ ccc 'cobj
$ type sys$input
Creating h5dumpgentest
-$ link h5dumpgentest
-$
+$ link h5dumpgentest, -
+ [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib
$ type sys$input
Created h5dumpgentest
$
@@ -35,7 +35,7 @@ $ type sys$input
Creating h5dump
$ link h5dump, -
[-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib
- sys$clib/lib
$ type sys$input
Created h5dump
$!
+$ exit