diff options
-rw-r--r-- | vms/c++/test/make.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vms/c++/test/make.com b/vms/c++/test/make.com index 47d9370..7e4b671 100644 --- a/vms/c++/test/make.com +++ b/vms/c++/test/make.com @@ -33,13 +33,14 @@ $ ccc testhdf5 $ ccc tfile $ ccc tfilter $ ccc th5s +$ ccc tlinks $ ccc trefer $ ccc ttypes $ ccc tvlstr $ type sys$input Creating testhdf5 $ cxxlink testhdf5, h5cpputil, tattr, tcompound, tfile, tfilter, th5s, - - trefer, ttypes, tvlstr, - + tlinks, trefer, ttypes, tvlstr, - [-.src]hdf5_cplus.olb/lib, [-.-.test]libh5test.olb/lib, - [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! |