diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-10-19 20:22:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-10-19 20:22:31 (GMT) |
commit | 65f2e5de3dd558526cf8c281af5a9ee9d71a085f (patch) | |
tree | 568caa1558308b980ec27a1b072fed5cd6d60a8f | |
parent | d9ce505d54f791f77cb40a12b787c389d41c7c41 (diff) | |
download | hdf5-65f2e5de3dd558526cf8c281af5a9ee9d71a085f.zip hdf5-65f2e5de3dd558526cf8c281af5a9ee9d71a085f.tar.gz hdf5-65f2e5de3dd558526cf8c281af5a9ee9d71a085f.tar.bz2 |
[svn-r21609] Correct name of fortran file in project file
-rw-r--r-- | windows/proj/hdf5_fortran/hdf5_fortran.vfproj | 2 | ||||
-rw-r--r-- | windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/proj/hdf5_fortran/hdf5_fortran.vfproj b/windows/proj/hdf5_fortran/hdf5_fortran.vfproj index b6d332f..cf9b95f 100644 --- a/windows/proj/hdf5_fortran/hdf5_fortran.vfproj +++ b/windows/proj/hdf5_fortran/hdf5_fortran.vfproj @@ -68,7 +68,7 @@ <File RelativePath="..\..\..\fortran\src\H5Pff_F90.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Rff_F90.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Tff_F90.f90"/>
- <File RelativePath="..\..\..\fortran\src\H5_DBLE_InterfaceInternal.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5_DBLE_InterfaceInclude.f90"/>
</Filter>
<Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;fi;fd"/></Files>
<Globals/></VisualStudioProject>
diff --git a/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj b/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj index b15321c..9bcab8c 100644 --- a/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj +++ b/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj @@ -68,7 +68,7 @@ <File RelativePath="..\..\..\fortran\src\H5Pff_F90.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Rff_F90.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Tff_F90.f90"/>
- <File RelativePath="..\..\..\fortran\src\H5_DBLE_InterfaceInternal.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5_DBLE_InterfaceInclude.f90"/>
</Filter>
<Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;fi;fd"/>
<Filter Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/></Files>
|