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 3cb9708..8c72991 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1133,6 +1133,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5SMmessage.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Smpio.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 7f18944..68a8719 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1224,6 +1224,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5SMmessage.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Smpio.c"
>
</File>
|