diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-03 15:09:03 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-03 15:09:03 (GMT) |
commit | e8f915c403fc916f57a0f898fd23affe556b43d9 (patch) | |
tree | a31f516c924a519e6334748518be053227eff9cf /vms/tools/h5diff | |
parent | 1acc676fcf1e2451d1935f95731b5644a60a0e0d (diff) | |
download | hdf5-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/h5diff')
-rw-r--r-- | vms/tools/h5diff/make.com | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/vms/tools/h5diff/make.com b/vms/tools/h5diff/make.com index 267883a..3755214 100644 --- a/vms/tools/h5diff/make.com +++ b/vms/tools/h5diff/make.com @@ -15,22 +15,20 @@ $! Makefile for VAX/VMX systems. $! $! Make h5diff 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 h5diff $! -$ cobj= "h5diff_main, h5diff_common, testh5diff_main, testh5diff_attr, " +- - "testh5diff_basic, testh5diff_dset, testh5diff_util" +$ cobj= "h5diff_main, h5diff_common, h5diffgentest" $! $ ccc 'cobj $ type sys$input - Creating h5ddifftst -$ link/exe=h5difftst.exe - - testh5diff_main, testh5diff_attr, - - testh5diff_basic, testh5diff_dset, testh5diff_util, - + Creating h5diffgentest +$ link/exe=h5diffgentest.exe - + h5diffgentest, - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib $ type sys$input Created h5difftest @@ -44,3 +42,4 @@ $ link/exe=h5diff.exe - $ type sys$input Created h5diff $! +$ exit |