summaryrefslogtreecommitdiffstats
path: root/vms/tools/lib/make.com
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/lib/make.com
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/lib/make.com')
-rw-r--r--vms/tools/lib/make.com8
1 files changed, 4 insertions, 4 deletions
diff --git a/vms/tools/lib/make.com b/vms/tools/lib/make.com
index 6070fd3..5254d3f 100644
--- a/vms/tools/lib/make.com
+++ b/vms/tools/lib/make.com
@@ -15,19 +15,19 @@ $! Makefile for VMS systems.
$!
$! Make HDF5 tools library
$!
-$ ccopt = "/float=ieee_float"
-$ ccc := cc 'ccopt /debug/define=H5_VMS/include=([-.-.src])
-$
+$! ccopt = "/float=ieee_float"
+$ ccc := cc 'ccopt /include=([-.-.src])
+$!
$ type sys$input
Creating HDF5 Tools library
$!
$ cobj="h5tools, h5tools_str, h5tools_utils, h5diff, h5diff_array, "+-
"h5diff_attr, h5diff_dset, h5diff_util, h5trav,"+-
" h5trav_table, h5tools_filters, h5tools_ref, h5tools_type"
-
$!
$ ccc 'cobj
$ library/create []libh5tools 'cobj
$ type sys$input
Created HDF5 tools library
$!
+$ exit