diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-09-30 21:05:38 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-09-30 21:05:38 (GMT) |
commit | 03c29f0ffda11bf521c0951bca0a423c4b8258d9 (patch) | |
tree | 299ff78357b7df795e88afe5b60562d1abdc9ab3 | |
parent | 467050b23dca60a1177b1fb7dc6e080709e08dac (diff) | |
download | hdf5-03c29f0ffda11bf521c0951bca0a423c4b8258d9.zip hdf5-03c29f0ffda11bf521c0951bca0a423c4b8258d9.tar.gz hdf5-03c29f0ffda11bf521c0951bca0a423c4b8258d9.tar.bz2 |
[svn-r24230] I updated the path for ZLIB library.
Not tested yet.
-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 28c856b..4c2853e 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 disk$user:[hdfgroup.zlib-1_2_5_ieee] +$ define zlib_dir SYS$SYSUSERS:[lu.zlib-1_2_5] $ ccopt = "/float=ieee_float/nowarnings/define=H5_VMS/include=zlib_dir" $ ccc := cc 'ccopt /include=([-.-.include]) $ type sys$input |