diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2008-12-12 15:52:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2008-12-12 15:52:02 (GMT) |
commit | 8b971620b4a8d65cbdd6d9703f999b12f4c92698 (patch) | |
tree | c2eaa8b69f9bcb096daf06de6da0c99f6f4aa735 /windows/proj | |
parent | 58e4b0c979d40c69ece2e155947af7b8bc92f1bc (diff) | |
download | hdf5-8b971620b4a8d65cbdd6d9703f999b12f4c92698.zip hdf5-8b971620b4a8d65cbdd6d9703f999b12f4c92698.tar.gz hdf5-8b971620b4a8d65cbdd6d9703f999b12f4c92698.tar.bz2 |
[svn-r16189] Changed references of H5Distore to H5Dbtree in project files. (Related to revision 16180)
Diffstat (limited to 'windows/proj')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 2 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 22e9beb..15397ac 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 38a84f7..a7a39bc 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1496,7 +1496,7 @@ </FileConfiguration>
</File>
<File
- RelativePath="..\..\..\src\H5Distore.c"
+ RelativePath="..\..\..\src\H5Dbtree.c"
>
<FileConfiguration
Name="Debug|Win32"
|