diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-06-14 19:55:39 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-06-14 19:55:39 (GMT) |
commit | 6719b3360a564f648705e521e25db4b837e8156a (patch) | |
tree | a6de4f56c6fecab5afccfa4b926364fbe62c77b8 /vms/make.com | |
parent | b2cf486a02f51d020cf23eaa0a42b630ca771d0b (diff) | |
download | hdf5-6719b3360a564f648705e521e25db4b837e8156a.zip hdf5-6719b3360a564f648705e521e25db4b837e8156a.tar.gz hdf5-6719b3360a564f648705e521e25db4b837e8156a.tar.bz2 |
[svn-r13867] Brought VMS port up to date; made h5repack script to work again.
Platforms tested: VMS server; no other tests are needed since changes are local to
the VMS command and source files.
Diffstat (limited to 'vms/make.com')
-rw-r--r-- | vms/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/make.com b/vms/make.com index 65844bb..5a9b698 100644 --- a/vms/make.com +++ b/vms/make.com @@ -38,8 +38,8 @@ $ copy [.tools.lib]make.com [-.tools.lib] $! $! Define location of ZLIB library. If you do not have it on your system, download $! source code from http://www.zlib.net/, build and install on your system -$! define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3] -$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3-ieee] +$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3] +$! define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3-ieee] $! $! Set up compilation flags here $! Do not remove define=H5_VMS and standard=strict_ansi qualifiers. |