diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-05-12 18:14:12 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-05-12 18:14:12 (GMT) |
commit | 2fd80deb4d36491b4d007634dbae8fe32081e4ca (patch) | |
tree | 7e1618f9ce645295f581f63f8bad823d3738d26d /windows/proj/hdf5_fortran | |
parent | f9835e10193f036b50b03edd875d98e9aa11af23 (diff) | |
download | hdf5-2fd80deb4d36491b4d007634dbae8fe32081e4ca.zip hdf5-2fd80deb4d36491b4d007634dbae8fe32081e4ca.tar.gz hdf5-2fd80deb4d36491b4d007634dbae8fe32081e4ca.tar.bz2 |
[svn-r14975] 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 'windows/proj/hdf5_fortran')
-rw-r--r-- | windows/proj/hdf5_fortran/hdf5_fortran.vfproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/proj/hdf5_fortran/hdf5_fortran.vfproj b/windows/proj/hdf5_fortran/hdf5_fortran.vfproj index d21af88..fb9fd41 100644 --- a/windows/proj/hdf5_fortran/hdf5_fortran.vfproj +++ b/windows/proj/hdf5_fortran/hdf5_fortran.vfproj @@ -52,6 +52,8 @@ <File RelativePath="..\..\..\fortran\src\H5fortran_types.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Gff.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Iff.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5Lff.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5Off.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Pff.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Rff.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Sff.f90"/>
|