diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test/make.com | 5 | ||||
-rw-r--r-- | vms/tools/h5repack/make.com | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/vms/test/make.com b/vms/test/make.com index fc3c760..2aa93dc 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -25,7 +25,7 @@ $ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tconfig.c, "+- "tchecksum.c,"+- "tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c, titerate.c,"+- "tmeta.c, tmisc.c, ttime.c, trefer.c, trefstr.c,"+- - "tselect.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+- + "tselect.c, tsohm.c, tskiplist.c, ttst.c, tunicode.c, tvltypes.c,"+- "tvlstr.c, cache_common.c" $! $ ccc 'cobj @@ -35,7 +35,7 @@ $ type sys$input $ link testhdf5,tarray,tattr,tchecksum,tconfig, - tfile,tgenprop,th5o,th5s,theap,tid,titerate, - tmeta,tmisc,ttime,trefer,trefstr, - - tselect,tskiplist,ttst,tunicode,tvltypes, - + tselect,tsohm,tskiplist,ttst,tunicode,tvltypes, - tvlstr, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ @@ -57,6 +57,7 @@ $! $ type sys$input Creating ohdr test $ ccc ohdr + $ link ohdr, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! diff --git a/vms/tools/h5repack/make.com b/vms/tools/h5repack/make.com index 5c9e09d..c4fec1c 100644 --- a/vms/tools/h5repack/make.com +++ b/vms/tools/h5repack/make.com @@ -33,7 +33,8 @@ $ link/exe=h5repack.exe - h5repack_main, h5repack, h5repack_copy, h5repack_filters, - h5repack_list, h5repack_opttable, h5repack_parse, - h5repack_verify, - - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib + [-.lib]libh5tools.olb/lib, + [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input Created h5repack $ @@ -44,8 +45,9 @@ $ link/exe=h5repacktst.exe - h5repack, h5repack_copy, h5repack_filters, - h5repack_list, h5repack_opttable, h5repack_parse, - h5repack_verify, - - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib -! sys$clib/lib + [-.lib]libh5tools.olb/lib,[-.-.test]libh5test.olb/lib, - + [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$ $ type sys$input Created h5repacktst $! |