diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-05-15 22:14:10 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-05-15 22:14:10 (GMT) |
commit | c0d407a481960c693cdf210c4335dcc1f37e9001 (patch) | |
tree | 9d7123d67a5e57b3a6204da7ea49969eb8332da9 /vms/tools/lib | |
parent | 31ff357f3190a869147378a9a136510be2caafd7 (diff) | |
download | hdf5-c0d407a481960c693cdf210c4335dcc1f37e9001.zip hdf5-c0d407a481960c693cdf210c4335dcc1f37e9001.tar.gz hdf5-c0d407a481960c693cdf210c4335dcc1f37e9001.tar.bz2 |
[svn-r13754] VMS port:
Updated command files; added "extern "C"" for HDremove_all function.
Platforms tested:
VMS server; kagiso - very minor and affects only VMS
Diffstat (limited to 'vms/tools/lib')
-rw-r--r-- | vms/tools/lib/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/tools/lib/make.com b/vms/tools/lib/make.com index 40e5464..8e9ff47 100644 --- a/vms/tools/lib/make.com +++ b/vms/tools/lib/make.com @@ -24,7 +24,7 @@ $ type sys$input $! $ cobj="h5tools, h5tools_str, h5tools_utils, h5diff, h5diff_array, "+- "h5diff_attr, h5diff_dset, h5diff_util, h5trav,"+- - " h5trav_table, h5tools_filters, h5tools_ref, h5tools_type" + "h5tools_filters, h5tools_ref, h5tools_type" $! $ ccc 'cobj $ library/create []libh5tools 'cobj |