diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2008-12-12 18:16:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2008-12-12 18:16:59 (GMT) |
commit | 2dfcef40cd50a9d1c9869c3bd8dce25a828a9c0d (patch) | |
tree | e29596ffc7c1d1353ecb8f0c777cbf1326c18c1b | |
parent | f4cf17d0d7947a23a2b03e10ab1dda2ae1924e84 (diff) | |
download | hdf5-2dfcef40cd50a9d1c9869c3bd8dce25a828a9c0d.zip hdf5-2dfcef40cd50a9d1c9869c3bd8dce25a828a9c0d.tar.gz hdf5-2dfcef40cd50a9d1c9869c3bd8dce25a828a9c0d.tar.bz2 |
[svn-r16190] Changed references of H5Distore to H5Dbtree in project files. (Related to revision 16180)
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 2 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 2 | ||||
-rw-r--r-- | windows_vnet/proj/hdf5/hdf5.vcproj | 2 | ||||
-rw-r--r-- | windows_vnet/proj/hdf5dll/hdf5dll.vcproj | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 9fbce1e..c925bd8 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1415,7 +1415,7 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\src\H5Distore.c"
+ RelativePath="..\..\..\src\H5Dbtree.c"
>
<FileConfiguration
Name="Debug|Win32"
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 444619e..abcc501 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1495,7 +1495,7 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\src\H5Distore.c"
+ RelativePath="..\..\..\src\H5Dbtree.c"
>
<FileConfiguration
Name="Debug|Win32"
diff --git a/windows_vnet/proj/hdf5/hdf5.vcproj b/windows_vnet/proj/hdf5/hdf5.vcproj index 5e0e239..089276e 100644 --- a/windows_vnet/proj/hdf5/hdf5.vcproj +++ b/windows_vnet/proj/hdf5/hdf5.vcproj @@ -1213,7 +1213,7 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\src\H5Distore.c">
+ RelativePath="..\..\..\src\H5Dbtree.c">
<FileConfiguration
Name="Debug|Win32">
<Tool
diff --git a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj index 53a109b..88fbafb 100644 --- a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj +++ b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj @@ -1264,7 +1264,7 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\src\H5Distore.c">
+ RelativePath="..\..\..\src\H5Dbtree.c">
<FileConfiguration
Name="Debug|Win32">
<Tool
|