diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-31 15:31:17 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-31 15:31:17 (GMT) |
commit | 6361428300702822d4c9f9939d74d75af5e817b0 (patch) | |
tree | d95b9dd0c4889c00b6194d95e0019b75d075df23 /vms/src/make.com | |
parent | 63008bb5b32688fc00d58af2b5190d0afe6c577f (diff) | |
download | hdf5-6361428300702822d4c9f9939d74d75af5e817b0.zip hdf5-6361428300702822d4c9f9939d74d75af5e817b0.tar.gz hdf5-6361428300702822d4c9f9939d74d75af5e817b0.tar.bz2 |
[svn-r16389] Corrected a typo in the ZLIB path name.
Tested on OpenVMS.
Diffstat (limited to 'vms/src/make.com')
-rw-r--r-- | vms/src/make.com | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vms/src/make.com b/vms/src/make.com index 343ab58..3dcecf1 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -11,7 +11,12 @@ $! Makefile for VMS systems. $! $! Make HDF5 library $! -$! ccopt = "/float=ieee_float/define=H5_VMS" +$! The next two lines should be uncommented only when building by hand in the +$! current directory. Use build.com in the vms directory to build +$! the distribution. Make sure that location of the zlib library is correct. +$! +$! define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3] +$! ccopt = "/float=ieee_float/define=(_LARGEFILE,H5_VMS)/include=zlib_dir" $ ccc := cc 'ccopt $ ccc h5detect.c $ link h5detect |