diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-12-02 22:10:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-12-02 22:10:46 (GMT) |
commit | 6460a193a64eac59351db79b3a28a83497a40b41 (patch) | |
tree | 34c0e2e6402be500efb1971bb4022c76ce39a5ae /windows | |
parent | 90c94ab5d7e86b7573d3d92cf11b14e4fd90dab8 (diff) | |
download | hdf5-6460a193a64eac59351db79b3a28a83497a40b41.zip hdf5-6460a193a64eac59351db79b3a28a83497a40b41.tar.gz hdf5-6460a193a64eac59351db79b3a28a83497a40b41.tar.bz2 |
[svn-r17950] 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 8e22fca..aa25df8 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1048,6 +1048,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 35b0b4e..9e4d522 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1138,6 +1138,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5SMmessage.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Smpio.c"
>
</File>
|