summaryrefslogtreecommitdiffstats
path: root/vms/examples
diff options
context:
space:
mode:
Diffstat (limited to 'vms/examples')
-rw-r--r--vms/examples/make.com8
1 files changed, 5 insertions, 3 deletions
diff --git a/vms/examples/make.com b/vms/examples/make.com
index 94223d6..74c4d96 100644
--- a/vms/examples/make.com
+++ b/vms/examples/make.com
@@ -15,10 +15,12 @@ $!#
$! Makefile for VMS systems.
$!
$! Make HDF5 C examples
+$! Build examples after you install libraries and examples.
+$! install.com installs binaries under the HDF5 directory in the top
+$! source directory.
$!
-$ ccopt = "/float=ieee_float/nowarnings/define=H5_VMS"
-$
-$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3]
+$ define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3]
+$ ccopt = "/float=ieee_float/nowarnings/define=H5_VMS/include=zlib_dir"
$ ccc := cc 'ccopt /include=([-.-.include])
$ type sys$input
Compiling C examples