diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-12-02 19:44:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-12-02 19:44:22 (GMT) |
commit | 88a248f8d91d874d6768c455a419b23e8cf5eb89 (patch) | |
tree | c3063acb3c654b1c783e3961bd807d486e42878d /windows | |
parent | 6029983f3ee972b3aedf043fe98ae9bb40c85ea1 (diff) | |
download | hdf5-88a248f8d91d874d6768c455a419b23e8cf5eb89.zip hdf5-88a248f8d91d874d6768c455a419b23e8cf5eb89.tar.gz hdf5-88a248f8d91d874d6768c455a419b23e8cf5eb89.tar.bz2 |
[svn-r17948] Added new H5SMmessage.c file to project files
Tested: Windows
Diffstat (limited to 'windows')
-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>
|