diff options
Diffstat (limited to 'windows')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 8 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 8 | ||||
-rw-r--r-- | windows/test/testhdf5/testhdf5.vcproj | 4 | ||||
-rw-r--r-- | windows/test/testhdf5dll/testhdf5dll.vcproj | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 2a8e9c3..732026b 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -2265,6 +2265,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5FDspace.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5FDstdio.c"
>
<FileConfiguration
@@ -9095,6 +9099,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5FDpkg.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Fprivate.h"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index ee40d50..1816939 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -2363,6 +2363,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5FDspace.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5FDstdio.c"
>
<FileConfiguration
@@ -9196,6 +9200,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5FDpkg.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Fprivate.h"
>
</File>
diff --git a/windows/test/testhdf5/testhdf5.vcproj b/windows/test/testhdf5/testhdf5.vcproj index bf502eb..19e6912 100644 --- a/windows/test/testhdf5/testhdf5.vcproj +++ b/windows/test/testhdf5/testhdf5.vcproj @@ -565,6 +565,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\test\tcoords.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\test\testframe.c"
>
<FileConfiguration
diff --git a/windows/test/testhdf5dll/testhdf5dll.vcproj b/windows/test/testhdf5dll/testhdf5dll.vcproj index b57333f..f44720b 100644 --- a/windows/test/testhdf5dll/testhdf5dll.vcproj +++ b/windows/test/testhdf5dll/testhdf5dll.vcproj @@ -557,6 +557,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\test\tcoords.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\test\testhdf5.c"
>
<FileConfiguration
|