diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-07-28 13:51:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-07-28 13:51:30 (GMT) |
commit | b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c (patch) | |
tree | 529de58cf144ca18cd41561ca4c3c1635f2330b4 /windows | |
parent | 73ee20aeb7724483d3e95fbcd81ab1589f481572 (diff) | |
download | hdf5-b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c.zip hdf5-b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c.tar.gz hdf5-b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c.tar.bz2 |
[svn-r19136] Added new file to windows project files.
Added new file to src/CMakeLists.txt
Diffstat (limited to 'windows')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 12 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 4 |
2 files changed, 12 insertions, 4 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index ba671f6..84f620f 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -773,10 +773,14 @@ RelativePath="..\..\..\src\H5HP.c"
>
</File>
- <File
- RelativePath="..\..\..\src\H5I.c"
- >
- </File>
+ <File
+ RelativePath="..\..\..\src\H5I.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\H5Itest.c"
+ >
+ </File>
<File
RelativePath="..\..\..\src\H5L.c"
>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 884fbe7..b2f50b3 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -863,6 +863,10 @@ RelativePath="..\..\..\src\H5I.c"
>
</File>
+ <File
+ RelativePath="..\..\..\src\H5Itest.c"
+ >
+ </File>
<File
RelativePath="..\..\..\src\H5L.c"
>
|