diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-02-11 18:45:02 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-02-11 18:45:02 (GMT) |
commit | 77e347b19fb09bd96aba18dd6017d6f678e19c4e (patch) | |
tree | d07f8048b66011faf35f627413cbb853671315a3 /vms/tools/h5ls | |
parent | 96a0892ba8ea603835459b0104fb8b91432110a3 (diff) | |
download | hdf5-77e347b19fb09bd96aba18dd6017d6f678e19c4e.zip hdf5-77e347b19fb09bd96aba18dd6017d6f678e19c4e.tar.gz hdf5-77e347b19fb09bd96aba18dd6017d6f678e19c4e.tar.bz2 |
[svn-r16464] I brought them up to date. I'm testing them on OpenVMS now.
Diffstat (limited to 'vms/tools/h5ls')
-rw-r--r-- | vms/tools/h5ls/make.com | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vms/tools/h5ls/make.com b/vms/tools/h5ls/make.com index 2ab721f..51d57c6 100644 --- a/vms/tools/h5ls/make.com +++ b/vms/tools/h5ls/make.com @@ -16,8 +16,11 @@ $! Makefile for VMS systems. $! $! Make h5ls tool $! -$! ccopt = "/float=ieee_float" -$ +$! 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=H5_VMS/include=zlib_dir" $ ccc := cc 'ccopt /include=([-.-.src], [-.lib]) $ type sys$input Creating h5ls @@ -26,7 +29,6 @@ $ cobj= "h5ls.c " $! $ ccc 'cobj -$ $ type sys$input Creating h5ls $ link h5ls, - |