diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-25 16:19:11 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-25 16:19:11 (GMT) |
commit | 5f7e54737e5d341272755b0ee14752d3c7955a21 (patch) | |
tree | 4b673eba45e9424d788328db48432a44cd19915e /vms/make.com | |
parent | d777615dfa5400787db958f77d912a24a673ce5f (diff) | |
download | hdf5-5f7e54737e5d341272755b0ee14752d3c7955a21.zip hdf5-5f7e54737e5d341272755b0ee14752d3c7955a21.tar.gz hdf5-5f7e54737e5d341272755b0ee14752d3c7955a21.tar.bz2 |
[svn-r12377] Purpose: Maintenance
Description: Brought up VMS make files up to date
Solution:
Platforms tested: VMS server with native floating number and ZLIB enabled
Misc. update:
Diffstat (limited to 'vms/make.com')
-rw-r--r-- | vms/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/make.com b/vms/make.com index 7b6c215..2270c25 100644 --- a/vms/make.com +++ b/vms/make.com @@ -44,7 +44,7 @@ $! $ ccopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/include=zlib_dir" $ fcopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/include=zlib_dir" $ cxxopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/"+- - "standard=strict_ansii/include=zlib_dir" + "standard=strict_ansi/include=zlib_dir" $! $! $ hdf5top = F$DIRECTORY() @@ -67,7 +67,7 @@ $ hdf5fortran_test = hdf5top_dir + "FORTRAN.TEST]" $ hdf5cxx_src = hdf5top_dir + "C__.SRC]" $ hdf5cxx_test = hdf5top_dir + "C__.TEST]" $ hdf5cxx_examples = hdf5top_dir + "C__.EXAMPLES]" - +$! $ write sys$output "Building C library" $ set def 'hdf5src' $ @make.com |