diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-05-03 15:26:09 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-05-03 15:26:09 (GMT) |
commit | c847e38551cdd190d9e91158ecf01270003375a2 (patch) | |
tree | aaade28ad2c8264f8a98495cd0894816c66af928 | |
parent | 3ebfb3690ac76c44807b23f1c3eecbfe6c7bb27d (diff) | |
download | hdf5-c847e38551cdd190d9e91158ecf01270003375a2.zip hdf5-c847e38551cdd190d9e91158ecf01270003375a2.tar.gz hdf5-c847e38551cdd190d9e91158ecf01270003375a2.tar.bz2 |
[svn-r20710] I added ef.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 ba7009c..e25c720 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -127,6 +127,12 @@ $ link dtypes, - 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, - |