diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-14 21:28:55 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-14 21:28:55 (GMT) |
commit | 540e7a54a896476572998f3f2e251308cc4c654b (patch) | |
tree | c082f86ec41735b71a49713b6ccdc7a6ec8527f9 /vms/c++ | |
parent | dcd840cde9b4c67e3f91c740fccaced7d59ae92b (diff) | |
download | hdf5-540e7a54a896476572998f3f2e251308cc4c654b.zip hdf5-540e7a54a896476572998f3f2e251308cc4c654b.tar.gz hdf5-540e7a54a896476572998f3f2e251308cc4c654b.tar.bz2 |
[svn-r12243] Purpose: Maintenance
Description: Cleaned up the file
Solution:
Platforms tested: VMS server
Misc. update:
Diffstat (limited to 'vms/c++')
-rw-r--r-- | vms/c++/src/make.com | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/vms/c++/src/make.com b/vms/c++/src/make.com index 4db44e7..5008d00 100644 --- a/vms/c++/src/make.com +++ b/vms/c++/src/make.com @@ -15,11 +15,9 @@ $! Makefile for VMS systems. $! $! Make HDF5 C++ library $! -$ ccopt = "/float=ieee_float/standard=strict_ansi" -$ ccc := cxx 'ccopt /debug/define=H5_VMS/include=([-.-.src])- - /nowarnings - -$ +$! cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS" +$ ccc := cxx 'cxxopt /include=([-.-.src]) +$! $! type sys$input $! Creating HDF5 C++ library $! @@ -76,13 +74,8 @@ $ ccc H5Group.cxx $ lib/insert/object hdf5_cplus H5Group $ ccc H5File.cxx $ lib/insert/object hdf5_cplus H5File -$ ccc create.cxx - $! -$ cxxlink create,hdf5_cplus.olb/lib, [-.-.src]hdf5.olb/lib -$ $ type sys$input -$ Created HDF5 C ++ library -$! - +$ Done +$ exit |