diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/make.com | 4 | ||||
-rw-r--r-- | vms/src/make.com | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/vms/make.com b/vms/make.com index 7b6c215..2270c25 100644 --- a/vms/make.com +++ b/vms/make.com @@ -44,7 +44,7 @@ $! $ ccopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/include=zlib_dir" $ fcopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/include=zlib_dir" $ cxxopt == "/float=ieee_float/define=H5_VMS/debug/nooptimize/"+- - "standard=strict_ansii/include=zlib_dir" + "standard=strict_ansi/include=zlib_dir" $! $! $ hdf5top = F$DIRECTORY() @@ -67,7 +67,7 @@ $ hdf5fortran_test = hdf5top_dir + "FORTRAN.TEST]" $ hdf5cxx_src = hdf5top_dir + "C__.SRC]" $ hdf5cxx_test = hdf5top_dir + "C__.TEST]" $ hdf5cxx_examples = hdf5top_dir + "C__.EXAMPLES]" - +$! $ write sys$output "Building C library" $ set def 'hdf5src' $ @make.com diff --git a/vms/src/make.com b/vms/src/make.com index f193b70..ef20f85 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -35,11 +35,12 @@ $ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+- "H5FDfamily, H5FDlog, H5FDmpi, H5FDmpio,"+- "H5FDmpiposix, H5FDmulti, H5FDsec2, H5FDstdio,"+- "H5FDstream, H5FL, H5FO,"+- + "H5FS, H5FScache, H5FSdbg,"+- "H5G, H5Gent, H5Glink, H5Gloc, H5Gname, H5Gnode, H5Gstab,"+- "H5Gobj, H5Goh, H5Gtest, H5Gtraverse,"+- - "H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest, H5HFflist, H5HFstat,"+- + "H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest, H5HFstat,"+- "H5HFdblock, H5HFdtable, H5HFhdr, H5HFiblock,"+- - "H5HFiter, "+- + "H5HFiter, H5HFsection, H5HFspace,"+- "H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+- "H5MP, H5MPtest, H5O, H5Oattr, H5Obogus, H5Ocache,"+- "H5Ocont, H5Odtype, H5Oefl, H5Ofill, H5Oginfo, H5Olayout,"+- |