diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-30 15:57:16 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-30 15:57:16 (GMT) |
commit | 63008bb5b32688fc00d58af2b5190d0afe6c577f (patch) | |
tree | 735eecccd16df66a913aaf5a618d000aa7617447 /vms/make.com | |
parent | e3cfd6f0df634d9dbff703ded657b1c894d003cf (diff) | |
download | hdf5-63008bb5b32688fc00d58af2b5190d0afe6c577f.zip hdf5-63008bb5b32688fc00d58af2b5190d0afe6c577f.tar.gz hdf5-63008bb5b32688fc00d58af2b5190d0afe6c577f.tar.bz2 |
[svn-r16388] Changed these files up to date. I'll test them after checkin.
Diffstat (limited to 'vms/make.com')
-rw-r--r-- | vms/make.com | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/make.com b/vms/make.com index 224e095..e634ea9 100644 --- a/vms/make.com +++ b/vms/make.com @@ -42,9 +42,9 @@ $! $! Set up compilation flags here $! Do not remove define=H5_VMS and standard=strict_ansi qualifiers. $! -$ 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/"+- +$ ccopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/debug/nooptimize/include=zlib_dir" +$ fcopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/debug/nooptimize/include=zlib_dir" +$ cxxopt == "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/debug/nooptimize/"+- "standard=strict_ansi/include=zlib_dir" $! $! |