diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-05-12 21:31:45 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-05-12 21:31:45 (GMT) |
commit | 475ce84ae6e136111b9f47629ba8b0bd39bf40fd (patch) | |
tree | ec1fb2fa586f47e2e53561b1e5c3f57b33a3e5d2 /MANIFEST | |
parent | 8380b1827ed138815f76ec46683e7e4a54c77acf (diff) | |
download | hdf5-475ce84ae6e136111b9f47629ba8b0bd39bf40fd.zip hdf5-475ce84ae6e136111b9f47629ba8b0bd39bf40fd.tar.gz hdf5-475ce84ae6e136111b9f47629ba8b0bd39bf40fd.tar.bz2 |
[svn-r14986] Purpose: Add Windows fixes for new Fortran code.
Description:
There were a number of small tweaks we needed to make to add the new fortran_1_8 code on Windows. We create new project files, add new source to them, add the test to our test suite, and fix a few typos in the Windows-specific source code.
Tested:
VS2005 on WinXP
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1783,6 +1783,8 @@ ./windows/fortran/test/libtest_fortran/libtest_fortran.vfproj ./windows/fortran/test/libtest_fortrandll/libtest_fortrandll.vfproj ./windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj +./windows/fortran/test/testhdf5_fortran_1_8/testhdf5_fortran_1_8.vfproj +./windows/fortran/test/testhdf5_fortran_1_8dll/testhdf5_fortran_1_8dll.vfproj ./windows/fortran/test/testhdf5_fortrandll/testhdf5_fortrandll.vfproj # High-Leve C++ Tests |