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 /windows/proj/hdf5dll | |
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)
Diffstat (limited to 'windows/proj/hdf5dll')
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|