diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-11-21 15:48:28 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-11-21 15:48:28 (GMT) |
commit | e2c88e83bd54e0b76e9173e8e63442ab7230126c (patch) | |
tree | 25e0f124547f0ce029f7fbdc78254c773b9dcd09 /vms/tools/h5dump | |
parent | 0fa496eced53ce58bb6c3f5ae7ea9d0e053191e1 (diff) | |
download | hdf5-e2c88e83bd54e0b76e9173e8e63442ab7230126c.zip hdf5-e2c88e83bd54e0b76e9173e8e63442ab7230126c.tar.gz hdf5-e2c88e83bd54e0b76e9173e8e63442ab7230126c.tar.bz2 |
[svn-r16113] Updated the makefiles (make.com) and check.com and src/h5pubconf.h (generated on kagiso).
Not tested yet.
Diffstat (limited to 'vms/tools/h5dump')
-rw-r--r-- | vms/tools/h5dump/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/tools/h5dump/make.com b/vms/tools/h5dump/make.com index 96ab968..70ae63a 100644 --- a/vms/tools/h5dump/make.com +++ b/vms/tools/h5dump/make.com @@ -16,7 +16,7 @@ $! Makefile for VMS systems. $! $! Make h5dump tool $! -$! ccopt = "/float=ieee_float" +$ ccopt = "/float=ieee_float" $ $ ccc := cc 'ccopt /include=([-.-.src], [-.lib]) $ |