diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-05-03 15:27:25 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-05-03 15:27:25 (GMT) |
commit | 344352d88e5e0359b4b727fcbe88917822dd06a3 (patch) | |
tree | 1e7432377a0fd61c8ecf11ef5a5f726097e607e3 | |
parent | db8ff8e4ec578d5f90f04355daf30aef61f58e69 (diff) | |
download | hdf5-344352d88e5e0359b4b727fcbe88917822dd06a3.zip hdf5-344352d88e5e0359b4b727fcbe88917822dd06a3.tar.gz hdf5-344352d88e5e0359b4b727fcbe88917822dd06a3.tar.bz2 |
[svn-r20711] I added efc.c to the compile list.
Not tested yet.
-rw-r--r-- | vms/test/make.com | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vms/test/make.com b/vms/test/make.com index 5e46479..22479c6 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -152,6 +152,12 @@ $ link earray, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input + Creating efc test +$ ccc efc +$ link efc, - + libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$! +$ type sys$input Creating enum test $ ccc enum $ link enum, - |