diff options
-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 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"
diff --git a/windows_vnet/proj/hdf5/hdf5.vcproj b/windows_vnet/proj/hdf5/hdf5.vcproj index 227c37f..d57a916 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 2b3c0b8..f379efe 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
|