diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-10-19 13:51:50 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-10-19 13:51:50 (GMT) |
commit | 985ec99dbe50fedee138f0c353c2eb82d8e25720 (patch) | |
tree | f110885468e9cedf7aa47684514e4324bccc02cd /windows | |
parent | 8f0218e3f54c4491407ef1eb9c57ae925bacf515 (diff) | |
download | hdf5-985ec99dbe50fedee138f0c353c2eb82d8e25720.zip hdf5-985ec99dbe50fedee138f0c353c2eb82d8e25720.tar.gz hdf5-985ec99dbe50fedee138f0c353c2eb82d8e25720.tar.bz2 |
[svn-r21606] Correct name of fortran file in project file
Diffstat (limited to 'windows')
-rw-r--r-- | windows/proj/hdf5_fortran/hdf5_fortran.vfproj | 2 | ||||
-rw-r--r-- | windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/windows/proj/hdf5_fortran/hdf5_fortran.vfproj b/windows/proj/hdf5_fortran/hdf5_fortran.vfproj index 7a6e05d..b6d332f 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_Interface_F90.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5_DBLE_InterfaceInternal.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 56168a4..b15321c 100644 --- a/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj +++ b/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj @@ -60,15 +60,15 @@ <File RelativePath="..\..\..\fortran\src\H5Tff.f90"/>
<File RelativePath="..\..\..\fortran\src\H5Zff.f90"/>
<File RelativePath="..\..\..\fortran\src\HDF5.f90"/>
- <File RelativePath="..\..\..\fortran\src\H5Aff_F90.f90"/>
- <File RelativePath="..\..\..\fortran\src\H5Dff_F90.f90"/>
- <File RelativePath="..\..\..\fortran\src\H5Eff_F90.f90"/>
- <File RelativePath="..\..\..\fortran\src\H5Lff_F90.f90"/>
- <File RelativePath="..\..\..\fortran\src\H5Off_F90.f90"/>
- <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_Interface_F90.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5Aff_F90.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5Dff_F90.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5Eff_F90.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5Lff_F90.f90"/>
+ <File RelativePath="..\..\..\fortran\src\H5Off_F90.f90"/>
+ <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"/>
</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>
|