diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-04-15 20:21:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-04-15 20:21:00 (GMT) |
commit | 3bdba7549081b2290703b8f16a27c40ad55b3121 (patch) | |
tree | 650efbf61d5358831ec2efeb47bb514512a04a48 /windows | |
parent | ebd22f7643d53b234b43393d8ede23e0549caa5f (diff) | |
download | hdf5-3bdba7549081b2290703b8f16a27c40ad55b3121.zip hdf5-3bdba7549081b2290703b8f16a27c40ad55b3121.tar.gz hdf5-3bdba7549081b2290703b8f16a27c40ad55b3121.tar.bz2 |
[svn-r18572] 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 2bc2d64..350c2fe 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -930,6 +930,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 c755e83..cfeacec 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1017,6 +1017,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Ochunk.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Ocont.c"
>
</File>
|