diff options
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 4 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index c5aca46..1c264c9 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1719,6 +1719,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAsblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAstat.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 550aa43..e2ce934 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1808,6 +1808,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAsblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAstat.c"
>
</File>
|