summaryrefslogtreecommitdiffstats
path: root/vms/make.com
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-01-30 15:57:16 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-01-30 15:57:16 (GMT)
commit63008bb5b32688fc00d58af2b5190d0afe6c577f (patch)
tree735eecccd16df66a913aaf5a618d000aa7617447 /vms/make.com
parente3cfd6f0df634d9dbff703ded657b1c894d003cf (diff)
downloadhdf5-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.com6
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"
$!
$!