mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r14341] Maintenance for VMS system: VMS C++ compiler expects 'cxx' extensions. Used copy command
instead of rename to get the correct names of the C++ source files to avoid errors when build runs second time in the same directory. Platforms tested: VMS server
This commit is contained in:
parent
98fb2db938
commit
9ebdc0bf08
@ -120,12 +120,12 @@ $ @make.com
|
||||
$!
|
||||
$ write sys$output "Building C++ library"
|
||||
$ set def 'hdf5cxx_src'
|
||||
$ rename *.cpp *.cxx
|
||||
$ copy *.cpp *.cxx
|
||||
$ @make.com
|
||||
$!
|
||||
$ write sys$output "Building C++ library tests"
|
||||
$ set def 'hdf5cxx_test'
|
||||
$ rename *.cpp *.cxx
|
||||
$ copy *.cpp *.cxx
|
||||
$ @make.com
|
||||
$!
|
||||
$ set def 'hdf5top'
|
||||
|
Loading…
x
Reference in New Issue
Block a user