diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-03-23 16:41:44 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-03-23 16:41:44 (GMT) |
commit | ccaefedaf2ff94c8b64291aabbe3b90dcf3a1aaf (patch) | |
tree | 1c23b22fc52993f69114d22c0769890f653ff50e /vms/examples | |
parent | 2aabc3f41568a5daec0f1cae711c97a5bb82878d (diff) | |
download | hdf5-ccaefedaf2ff94c8b64291aabbe3b90dcf3a1aaf.zip hdf5-ccaefedaf2ff94c8b64291aabbe3b90dcf3a1aaf.tar.gz hdf5-ccaefedaf2ff94c8b64291aabbe3b90dcf3a1aaf.tar.bz2 |
[svn-r20301] brought revisions 19868:20300 from the 1.8.6_vms branch to the 1.8 branch
Diffstat (limited to 'vms/examples')
-rw-r--r-- | vms/examples/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/examples/make.com b/vms/examples/make.com index 74c4d96..28c856b 100644 --- a/vms/examples/make.com +++ b/vms/examples/make.com @@ -19,7 +19,7 @@ $! Build examples after you install libraries and examples. $! install.com installs binaries under the HDF5 directory in the top $! source directory. $! -$ define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3] +$ define zlib_dir disk$user:[hdfgroup.zlib-1_2_5_ieee] $ ccopt = "/float=ieee_float/nowarnings/define=H5_VMS/include=zlib_dir" $ ccc := cc 'ccopt /include=([-.-.include]) $ type sys$input |