diff options
Diffstat (limited to 'windows')
-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"
|