summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-11-29 17:32:52 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-11-29 17:32:52 (GMT)
commitfbf58037589564e8c62f8aa006f6a086a1074c0c (patch)
tree4b3de8149a5c6ca23d49f887fd3f2ddf316de18f /vms
parentf8b3d669da67b38addad86ebf1c8a198fdbb65d7 (diff)
downloadhdf5-fbf58037589564e8c62f8aa006f6a086a1074c0c.zip
hdf5-fbf58037589564e8c62f8aa006f6a086a1074c0c.tar.gz
hdf5-fbf58037589564e8c62f8aa006f6a086a1074c0c.tar.bz2
[svn-r19857] I added H5Ochunk.c and the command to compile H5make_libsettings.c
Not tested yet.
Diffstat (limited to 'vms')
-rw-r--r--vms/src/make.com11
1 files changed, 9 insertions, 2 deletions
diff --git a/vms/src/make.com b/vms/src/make.com
index 046ffad..48d5fae 100644
--- a/vms/src/make.com
+++ b/vms/src/make.com
@@ -24,7 +24,14 @@ $ type sys$input
Running h5detect to create h5tinit.c
$ 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
$!
@@ -47,7 +54,7 @@ $ cobj= "H5, H5checksum, H5dbg, H5system, H5timer, H5trace,"+-
"H5HG, H5HGcache, H5HGdbg, H5HL, H5HLcache, H5HLdbg, H5HLint, H5HP, H5I, H5Itest, H5L, H5Lexternal"
$ cobj1= "H5MFaggr, H5MF, H5MFdbg, H5MFsection, H5MM,"+-
"H5MP, H5MPtest, H5Oainfo, H5Oalloc, H5Oattr, H5Oattribute, H5Obogus, H5Obtreek,"+-
- "H5O, H5Ocache, H5Ocont, H5Ocopy, H5Odbg, H5Odrvinfo, H5Odtype, H5Oefl, H5Ofill, H5Ofsinfo,"+-
+ "H5O, H5Ocache, H5Ochunk, H5Ocont, H5Ocopy, H5Odbg, H5Odrvinfo, H5Odtype, H5Oefl, H5Ofill, H5Ofsinfo,"+-
"H5Oginfo, H5Olayout, H5Olinfo, H5Olink, H5Omessage, H5Omtime, H5Oname, H5Onull, H5Opline,"+-
"H5Orefcount, H5Osdspace, H5Oshared, H5Oshmesg, H5Ostab, H5Otest, H5Ounknown,"+-
"H5Pacpl, H5P, H5Pdapl, H5Pdcpl, H5Pdeprec, H5Pdxpl, H5Pfapl, H5Pfcpl, H5Pfmpl, H5Pgcpl, H5Pint,"+-