summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-11-16 14:25:46 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-11-16 14:25:46 (GMT)
commit2c1eabbc50010f07716d0c1bb2854308ddcfbaa9 (patch)
treedaf1e7d2703e2a5ea0446a4db87e05c35a6004f9 /vms
parent257403d3049a95a428884b19f7386f3aba589b1f (diff)
downloadhdf5-2c1eabbc50010f07716d0c1bb2854308ddcfbaa9.zip
hdf5-2c1eabbc50010f07716d0c1bb2854308ddcfbaa9.tar.gz
hdf5-2c1eabbc50010f07716d0c1bb2854308ddcfbaa9.tar.bz2
[svn-r12924] Description:
Catching up with more changes from UNIX side.
Diffstat (limited to 'vms')
-rw-r--r--vms/test/make.com5
-rw-r--r--vms/tools/h5repack/make.com8
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
$!