summaryrefslogtreecommitdiffstats
path: root/vms/c++
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/c++
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/c++')
-rw-r--r--vms/c++/examples/make.com5
-rw-r--r--vms/c++/src/make.com4
-rw-r--r--vms/c++/test/make.com6
3 files changed, 11 insertions, 4 deletions
diff --git a/vms/c++/examples/make.com b/vms/c++/examples/make.com
index e8c9f98..cde20e2 100644
--- a/vms/c++/examples/make.com
+++ b/vms/c++/examples/make.com
@@ -15,9 +15,8 @@ $!#
$!
$! Make HDF5 C++ examples
$!
-$ cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS"
-$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3]
-$
+$ define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3]
+$ cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS/include=zlib_dir"
$ ccc := cxx 'cxxopt /include=([-.-.include])
$!
$!
diff --git a/vms/c++/src/make.com b/vms/c++/src/make.com
index 82d93b2..37525bc 100644
--- a/vms/c++/src/make.com
+++ b/vms/c++/src/make.com
@@ -16,6 +16,10 @@ $! Makefile for VMS systems.
$!
$! Make HDF5 C++ library
$!
+$! 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]
$! cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS"
$ ccc := cxx 'cxxopt /include=([-.-.src])
$!
diff --git a/vms/c++/test/make.com b/vms/c++/test/make.com
index ab4dc03..47d9370 100644
--- a/vms/c++/test/make.com
+++ b/vms/c++/test/make.com
@@ -16,7 +16,11 @@ $! Makefile for VMS systems.
$!
$! Make HDF5 C++ library tests
$!
-$ cxxopt = "/float=ieee_float/standard=strict_ansi/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]
+$! cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS"
$
$ ccc := cxx 'cxxopt /include=([-.-.src], [-.-.test], [-.src])
$!