summaryrefslogtreecommitdiffstats
path: root/vms/make.com
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-12-22 23:22:19 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-12-22 23:22:19 (GMT)
commit5b57b18ae87f923f4c0a068e2b5a7561db48016b (patch)
treefb2a143075f3fa34d387c3742289cbddddb90ad9 /vms/make.com
parent18197d347136ce5c4fabedf3b8643449e7ba7c4a (diff)
downloadhdf5-5b57b18ae87f923f4c0a068e2b5a7561db48016b.zip
hdf5-5b57b18ae87f923f4c0a068e2b5a7561db48016b.tar.gz
hdf5-5b57b18ae87f923f4c0a068e2b5a7561db48016b.tar.bz2
[svn-r16215] Maintenance:
Updated command files in order to build in a batch queue; added lines that define compiler qualifiers and location of the zlib library in case one has to build manually in a current directory. Deleted command file in the vms/tools/h5ls directory that is no longer needed. Platforms tested: VMS server (build passed; tests are running now)
Diffstat (limited to 'vms/make.com')
-rw-r--r--vms/make.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/make.com b/vms/make.com
index ba4c784..f51e6ab 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -38,8 +38,8 @@ $ copy [.tools.misc]make.com [-.tools.misc]
$!
$! 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:[pourmal.zlib-1_2_3]
+$! define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3-ieee]
$!
$! Set up compilation flags here
$! Do not remove define=H5_VMS and standard=strict_ansi qualifiers.