diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-08-16 18:28:20 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-08-16 18:28:20 (GMT) |
commit | 2ab6b11aafaab9b09ba96781b19463e262990052 (patch) | |
tree | 67532b34fdfe944f8da2b7109af3be7b965ad049 /MANIFEST | |
parent | 92bdaa7d0f11564a523a86b6cb170d43842ff6ef (diff) | |
download | hdf5-2ab6b11aafaab9b09ba96781b19463e262990052.zip hdf5-2ab6b11aafaab9b09ba96781b19463e262990052.tar.gz hdf5-2ab6b11aafaab9b09ba96781b19463e262990052.tar.bz2 |
[svn-r14093] Purpose: Convert Windows projects to VS2005 format and support 64-bit Fortran
Description:
This checkin is another Windows project cleanup, and also extends our Windows support for 64-bit Fortran. Project files are now in VS2005 format, rather than VS.NET. A couple projects have been renamed to be more descriptive (*cstub rather than *_lib), and project settings make better use of build macros. This will make them much easier to update in the future.
Tested:
VS2005 on WinXP 32-bit
VS2005 on WinXP x64
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -393,6 +393,7 @@ ./release_docs/INSTALL_Windows_From_Command_Line.txt ./release_docs/INSTALL_Windows_Short_MSVS6.0.TXT ./release_docs/INSTALL_Windows_Short_NET.TXT +./release_docs/INSTALL_Windows_Short_VS2005.TXT ./release_docs/INSTALL_parallel ./release_docs/RELEASE.txt @@ -1743,7 +1744,7 @@ ./windows/fortran/test/flush2_fortran/flush2_fortran.vfproj ./windows/fortran/test/flush2_fortrandll/flush2_fortrandll.vfproj ./windows/fortran/test/libtest_cstubdll/libtest_cstubdll.vcproj -./windows/fortran/test/libtest_fortran/libtest_fortran_lib.vcproj +./windows/fortran/test/libtest_fortran/libtest_cstub.vcproj ./windows/fortran/test/libtest_fortran/libtest_fortran.vfproj ./windows/fortran/test/libtest_fortrandll/libtest_fortrandll.vfproj ./windows/fortran/test/testhdf5_fortran/testhdf5_fortran.vfproj @@ -1831,7 +1832,7 @@ ./windows/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj ./windows/proj/hdf5_hldll/hdf5_hldll.vcproj ./windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj -./windows/proj/hdf5_hl_fortran/hdf5_hl_fortran_lib.vcproj +./windows/proj/hdf5_hl_fortran/hdf5_hl_f90cstub.vcproj ./windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.vfproj ./windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.vfproj @@ -1901,7 +1902,7 @@ ./windows/test/lheap/lheap.vcproj ./windows/test/lheapdll/lheapdll.vcproj ./windows/test/libtest/libtest.vcproj -./windows/test/libtestD/libtestD.vcproj +./windows/test/libtestdll/libtestdll.vcproj ./windows/test/links/links.vcproj ./windows/test/linksdll/linksdll.vcproj ./windows/test/mount/mount.vcproj @@ -1979,7 +1980,7 @@ ./windows/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj ./windows/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj ./windows/tools/toolslib/toolslib.vcproj -./windows/tools/toolslibD/toolslibD.vcproj +./windows/tools/toolslibdll/toolslibdll.vcproj # Visual Studio 6.0 Project Files |