diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-03-24 18:33:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-03-24 18:33:45 (GMT) |
commit | 3e8dc8cccc5b907d93e7eeb61d26088142b3d982 (patch) | |
tree | af10d7b3e3ec99b809fa880af89e8fe8b48777b0 /vms/examples | |
parent | f960ff573ea4d7c324be7a392f0b0c85bc796030 (diff) | |
download | hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.zip hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.tar.gz hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.tar.bz2 |
[svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the trunk for VMS work
Diffstat (limited to 'vms/examples')
-rw-r--r-- | vms/examples/make.com | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vms/examples/make.com b/vms/examples/make.com index 0df772a..2de398e 100644 --- a/vms/examples/make.com +++ b/vms/examples/make.com @@ -16,9 +16,8 @@ $! Makefile for VMS systems. $! $! Make HDF5 C examples $! -$! ccopt = "/float=ieee_float/nowarnings/define=H5_VMS" -$ -$ define zlib_dir sys$sysusers:[pourmale.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 Compiling C examples |