summaryrefslogtreecommitdiffstats
path: root/vms/c++/test/make.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/c++/test/make.com')
-rw-r--r--vms/c++/test/make.com6
1 files changed, 5 insertions, 1 deletions
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])
$!