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 1dd878e..7dc828a 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -565,6 +565,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Fdeprec.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5FDfamily.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index a370448..2dd026c 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -656,6 +656,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Fdeprec.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5FDfamily.c"
>
</File>
|