summaryrefslogtreecommitdiffstats
path: root/vms/make.com
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-04-14 17:44:39 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-04-14 17:44:39 (GMT)
commita7ffd9a81aee7984a5fc5dd63d2bf6ede21786bd (patch)
treee648017a6abdce57ffe4f0fa582e980e2a7caf68 /vms/make.com
parentaf9d015f46336c049b81667f104d0e0bc9ec90fc (diff)
downloadhdf5-a7ffd9a81aee7984a5fc5dd63d2bf6ede21786bd.zip
hdf5-a7ffd9a81aee7984a5fc5dd63d2bf6ede21786bd.tar.gz
hdf5-a7ffd9a81aee7984a5fc5dd63d2bf6ede21786bd.tar.bz2
[svn-r18553] I updated 2 things: 1. I added H5make_libsettings.c into the makefile in the src/. It works
similar to H5detect.c. 2. I added H5srcdir_str.h under test/ and c++/test/. Not tested yet.
Diffstat (limited to 'vms/make.com')
-rw-r--r--vms/make.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/make.com b/vms/make.com
index e9b9a94..a0b8113 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -19,11 +19,13 @@ $! source directories and builds libraries, tests, and utilties
$!
$ copy [.c__.src]make.com [-.c__.src]
$ copy [.c__.test]*.com [-.c__.test]
+$ copy [.c__.test]H5srcdir_str.h [-.c__.test]
$ copy [.fortran.src]make.com [-.fortran.src]
$ copy [.fortran.test]*.com [-.fortran.test]
$ copy [.src]make.com [-.src]
$ copy [.src]h5pubconf.h [-.src]
$ copy [.test]*.com [-.test]
+$ copy [.test]H5srcdir_str.h [-.test]
$ copy [.tools.h5copy]*.com [-.tools.h5copy]
$ copy [.tools.h5dump]*.com [-.tools.h5dump]
$ copy [.tools.h5ls]*.com [-.tools.h5ls]