summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-12-12 23:29:17 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-12-12 23:29:17 (GMT)
commit0c86f4cd9ca6df258220a8a4849c40b499904f6f (patch)
treefb905909f2328db2f270531492a21b8db5573035 /vms
parent69f88cf77cae60e518d3dcba686415c8af778ae9 (diff)
downloadhdf5-0c86f4cd9ca6df258220a8a4849c40b499904f6f.zip
hdf5-0c86f4cd9ca6df258220a8a4849c40b499904f6f.tar.gz
hdf5-0c86f4cd9ca6df258220a8a4849c40b499904f6f.tar.bz2
[svn-r16192] Maintenance on VMS:
Command file had a line for building an object file for a non-existing source; deleted. Platforms tested: VMS server
Diffstat (limited to 'vms')
-rw-r--r--vms/c++/src/make.com4
1 files changed, 1 insertions, 3 deletions
diff --git a/vms/c++/src/make.com b/vms/c++/src/make.com
index 6bccde8..82d93b2 100644
--- a/vms/c++/src/make.com
+++ b/vms/c++/src/make.com
@@ -16,7 +16,7 @@ $! Makefile for VMS systems.
$!
$! Make HDF5 C++ library
$!
-$ cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS"
+$! cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS"
$ ccc := cxx 'cxxopt /include=([-.-.src])
$!
$! type sys$input
@@ -25,8 +25,6 @@ $!
$ lib/create/object hdf5_cplus.olb
$ ccc H5AbstractDs.cxx
$ lib/insert/object hdf5_cplus H5AbstractDs
-$ ccc H5Alltypes.cxx
-$ lib/insert/object hdf5_cplus H5Alltypes
$ ccc H5ArrayType.cxx
$ lib/insert/object hdf5_cplus H5ArrayType
$ ccc H5AtomType.cxx