summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-12-09 20:09:28 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-12-09 20:09:28 (GMT)
commit582b9a6d3c3a099b576ded57e1caa94a830b692e (patch)
tree2f73d8a5d38ef3e40b80f475ee94d63a2dd2260f
parentf1b8facee483ca760f32c48ee69a8fc893305f95 (diff)
downloadhdf5-582b9a6d3c3a099b576ded57e1caa94a830b692e.zip
hdf5-582b9a6d3c3a099b576ded57e1caa94a830b692e.tar.gz
hdf5-582b9a6d3c3a099b576ded57e1caa94a830b692e.tar.bz2
[svn-r24512] I updated the path of ZLIB.
Tested on VMS.
-rw-r--r--vms/c++/examples/make.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/c++/examples/make.com b/vms/c++/examples/make.com
index c929fe5..bdb8729 100644
--- a/vms/c++/examples/make.com
+++ b/vms/c++/examples/make.com
@@ -15,7 +15,7 @@ $!#
$!
$! Make HDF5 C++ examples
$!
-$ define zlib_dir disk$user:[hdfgroup.zlib-1_2_5_ieee]
+$ define zlib_dir SYS$SYSUSERS:[lu.zlib-1_2_5]
$ cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS/include=zlib_dir"
$ ccc := cxx 'cxxopt /include=([-.-.include])
$!