diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-09-17 21:58:28 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-09-17 21:58:28 (GMT) |
commit | 020340b041c92c96f78ff591890848a94e8775dc (patch) | |
tree | 9412f7f0236128d368eeb72333c5f975ebfaf341 | |
parent | 5338b7e2dc46367817a89dccaee82add9b081b11 (diff) | |
download | hdf5-020340b041c92c96f78ff591890848a94e8775dc.zip hdf5-020340b041c92c96f78ff591890848a94e8775dc.tar.gz hdf5-020340b041c92c96f78ff591890848a94e8775dc.tar.bz2 |
[svn-r24150] Somehow, the C++ compiler doesn't like the list of source files. I seperated them.
Tested on OpenVMS.
-rw-r--r-- | vms/c++/examples/make.com | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/vms/c++/examples/make.com b/vms/c++/examples/make.com index 45d74ce..c929fe5 100644 --- a/vms/c++/examples/make.com +++ b/vms/c++/examples/make.com @@ -24,7 +24,17 @@ $ cxxobj= "chunks.cxx, compound.cxx, create.cxx, extend_ds.cxx, h5group.cxx, "+- "readdata.cxx, writedata.cxx" $! $! -$ ccc 'cxxobj +$! ccc 'cxxobj +$! Somehow, the C++ compiler doesn't like the list of source files. +$! +$ ccc chunks.cxx +$ ccc compound.cxx +$ ccc create.cxx +$ ccc extend_ds.cxx +$ ccc h5group.cxx +$ ccc readdata.cxx +$ ccc writedata.cxx +$! $ type sys$input Creating chunks |