[svn-r13414] Problem:

Somehow compiling testhdf5.cpp first made C++ compiler to fail.
Solution:
	Switch compilation order
Platforms tested:
	VMS server
This commit is contained in:
Elena Pourmal 2007-02-27 10:59:50 -05:00
parent 552bb205b9
commit 447b95fe6a

View File

@ -22,7 +22,6 @@ $ ccc := cxx 'cxxopt /include=([-.-.src], [-.-.test], [-.src])
$!
$!
$!
$ ccc testhdf5
$ ccc tattr
$ ccc tfile
$ ccc tcompound
@ -32,6 +31,7 @@ $ ccc ttypes
$ ccc tvlstr
$ ccc th5s
$ ccc h5cpputil
$ ccc testhdf5
$ type sys$input
Creating testhdf5
$ cxxlink testhdf5,tattr,tfile, th5s, -