summaryrefslogtreecommitdiffstats
path: root/vms/src/make.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/src/make.com')
-rw-r--r--vms/src/make.com7
1 files changed, 7 insertions, 0 deletions
diff --git a/vms/src/make.com b/vms/src/make.com
index aef9351b0..31e5375 100644
--- a/vms/src/make.com
+++ b/vms/src/make.com
@@ -30,6 +30,13 @@ $ type sys$input
$ define/user_mode sys$output h5tinit.c
$ run h5detect
$!
+$ ccc h5make_libsettings.c
+$ link h5make_libsettings
+$ type sys$input
+ Running h5make_libsettings to create H5lib_settings.h
+$ define/user_mode sys$output H5lib_settings.h
+$ run h5make_libsettings
+$!
$ type sys$input
Creating HDF5 library
$!