summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-10-09 16:27:10 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-10-09 16:27:10 (GMT)
commit8f57d8fb93376868fd9bcea3d5f0725bf670839d (patch)
treeda916db66250836c3c8bca2a9cb5a38cb99ee58b /vms
parent3a96de8b17df2964f4ad7da5c9742b3bd71b3c38 (diff)
downloadhdf5-8f57d8fb93376868fd9bcea3d5f0725bf670839d.zip
hdf5-8f57d8fb93376868fd9bcea3d5f0725bf670839d.tar.gz
hdf5-8f57d8fb93376868fd9bcea3d5f0725bf670839d.tar.bz2
[svn-r24268] I added two new files H5Location.cpp and H5Location.h to the make file.
Not tested yet.
Diffstat (limited to 'vms')
-rw-r--r--vms/c++/src/make.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/c++/src/make.com b/vms/c++/src/make.com
index 37525bc..67e0207 100644
--- a/vms/c++/src/make.com
+++ b/vms/c++/src/make.com
@@ -69,6 +69,8 @@ $ ccc H5IntType.cxx
$ lib/insert/object hdf5_cplus H5IntType
$ ccc H5Library.cxx
$ lib/insert/object hdf5_cplus H5Library
+$ ccc H5Location.cxx
+$ lib/insert/object hdf5_cplus H5Location
$ ccc H5Object.cxx
$ lib/insert/object hdf5_cplus H5Object
$ ccc H5PredType.cxx