diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-03-16 15:46:55 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-03-16 15:46:55 (GMT) |
commit | 2dea08588b5d4d0912185d3e5909242611a46f5b (patch) | |
tree | 686bf093a6ae7cb237562a999bb98f7b6ceacb66 /vms/src | |
parent | 66de35b3fe521f31c374c932aa6f4cb3b3b3989d (diff) | |
download | hdf5-2dea08588b5d4d0912185d3e5909242611a46f5b.zip hdf5-2dea08588b5d4d0912185d3e5909242611a46f5b.tar.gz hdf5-2dea08588b5d4d0912185d3e5909242611a46f5b.tar.bz2 |
[svn-r12097] Purpose: Maintenance
Description: Added H5B2stat.c, H5HFflist.c and H5HFstat.c to the VMS
command file
Solution:
Platforms tested: Raymond is going to test on the VMS server
Misc. update:
Diffstat (limited to 'vms/src')
-rw-r--r-- | vms/src/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/src/make.com b/vms/src/make.com index a1bd427..a0a4a8b 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -28,7 +28,7 @@ $ type sys$input Creating HDF5 library $! $ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+- - "H5Bcache, H5B2dbg, H5B2test, H5B2int.c, H5C,"+- + "H5Bcache, H5B2dbg, H5B2test, H5B2int.c, H5B2stat.c, H5C,"+- "H5D, H5Dcontig, H5Dcompact,"+- "H5Defl, H5Dio, H5Distore, H5Doh, H5Dmpio, H5Dselect, H5Dtest ,"+- "H5E, H5F, H5Fdbg, H5Fmount, H5Fsfile, H5Fsuper, H5FD, H5FDcore,"+- @@ -37,7 +37,7 @@ $ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+- "H5FDstream, H5FL, H5FO, H5FP, H5FPclient, H5FPserver, H5FS,"+- "H5G, H5Gent, H5Glink, H5Gloc, H5Gname, H5Gnode, H5Gstab,"+- "H5Gobj, H5Goh, H5Gtest, H5Gtraverse,"+- - "H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest,"+- + "H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest, H5HFflist.c, H5HFstat.c,"+- "H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+- "H5MP, H5MPtest, H5O, H5Oattr, H5Obogus, H5Ocache,"+- "H5Ocont, H5Odtype, H5Oefl, H5Ofill, H5Oginfo, H5Olayout,"+- |