diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-04-15 20:48:33 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-04-15 20:48:33 (GMT) |
commit | bbd47ad73873734c2fe05568ba6f676ac1f76e65 (patch) | |
tree | bfe140317497bffab542e4f32eb2d0c68bd31b5b /windows | |
parent | 80d5ae2fc16e800fbc30008d7771408a40cfdcbf (diff) | |
download | hdf5-bbd47ad73873734c2fe05568ba6f676ac1f76e65.zip hdf5-bbd47ad73873734c2fe05568ba6f676ac1f76e65.tar.gz hdf5-bbd47ad73873734c2fe05568ba6f676ac1f76e65.tar.bz2 |
[svn-r18575] Added new file to project
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 148cb85..ba671f6 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -850,6 +850,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Ochunk.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Ocont.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 36d34c8..884fbe7 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -936,6 +936,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Ochunk.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Ocont.c"
>
</File>
|