diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-04-14 17:44:39 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-04-14 17:44:39 (GMT) |
commit | a7ffd9a81aee7984a5fc5dd63d2bf6ede21786bd (patch) | |
tree | e648017a6abdce57ffe4f0fa582e980e2a7caf68 /vms/c++ | |
parent | af9d015f46336c049b81667f104d0e0bc9ec90fc (diff) | |
download | hdf5-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/c++')
-rw-r--r-- | vms/c++/test/H5srcdir_str.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vms/c++/test/H5srcdir_str.h b/vms/c++/test/H5srcdir_str.h new file mode 100644 index 0000000..9a0cb43 --- /dev/null +++ b/vms/c++/test/H5srcdir_str.h @@ -0,0 +1,23 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * Copyright by the Board of Trustees of the University of Illinois. *
+ * All rights reserved. *
+ * *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * terms governing use, modification, and redistribution, is contained in *
+ * the files COPYING and Copyright.html. COPYING can be found at the root *
+ * of the source code distribution tree; Copyright.html can be found at the *
+ * root level of an installed copy of the electronic HDF5 document set and *
+ * is linked from the top-level documents page. It can also be found at *
+ * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
+ * access to either file, you may request a copy from help@hdfgroup.org. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
+/* If you are reading this file and it has a '.h' suffix, it was automatically
+ * generated from the '.in' version. Make changes there. But for OpenVMS, this
+ * file is created by hand.
+ */
+
+/* Set the 'srcdir' path from configure time */
+static const char *config_srcdir = "[.]";
+
|