diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-08-13 15:58:47 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-08-13 15:58:47 (GMT) |
commit | aa13114bb834aaa847302223cc07d582a1ee259a (patch) | |
tree | 8b4e2667efb6609b2e56ebdae16d3437eebfb690 /vms/tools/misc/make.com | |
parent | 4598a59f86eaf9db3d838dbc367db494f8ef41f1 (diff) | |
download | hdf5-aa13114bb834aaa847302223cc07d582a1ee259a.zip hdf5-aa13114bb834aaa847302223cc07d582a1ee259a.tar.gz hdf5-aa13114bb834aaa847302223cc07d582a1ee259a.tar.bz2 |
[svn-r17349] I added the simple test for h5jam and the build for h5repart.
I'm testing it now.
Diffstat (limited to 'vms/tools/misc/make.com')
-rw-r--r-- | vms/tools/misc/make.com | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/vms/tools/misc/make.com b/vms/tools/misc/make.com index 4c8e223..ed2d061 100644 --- a/vms/tools/misc/make.com +++ b/vms/tools/misc/make.com @@ -49,6 +49,42 @@ $ type sys$input Created h5mkgrp $! $ type sys$input + Creating h5repart +$! +$ cobj= " h5repart " +$! +$ ccc 'cobj +$ type sys$input +$ link/exe=h5repart.exe - + h5repart, - + [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$ type sys$input + Created h5repart +$! +$ cobj= " h5repart_gentest " +$! +$ ccc 'cobj +$ type sys$input +$ link/exe=h5repart_gentest.exe - + h5repart_gentest, - + [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$ type sys$input + Created h5repart_gentest +$! +$ type sys$input + Creating repart_test +$! +$ cobj= " repart_test " +$! +$ ccc 'cobj +$ type sys$input +$ link/exe=repart_test.exe - + repart_test, - + [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$ type sys$input + Created repart_test +$! +$ type sys$input Done with misc tools compilation $! $ exit |