diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-07-28 13:50:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-07-28 13:50:56 (GMT) |
commit | b49f46fe152d31066571994eaed392c2a3f31cd7 (patch) | |
tree | 3b52a2ab635b31fbef4de1418ffbae2850adb93a | |
parent | 0b7306beed3616d5e259ce3efa1dd0105f436fdb (diff) | |
download | hdf5-b49f46fe152d31066571994eaed392c2a3f31cd7.zip hdf5-b49f46fe152d31066571994eaed392c2a3f31cd7.tar.gz hdf5-b49f46fe152d31066571994eaed392c2a3f31cd7.tar.bz2 |
[svn-r19135] Added new file to windows project files.
Added new file to src/CMakeLists.txt
-rw-r--r-- | src/CMakeLists.txt | 1 | ||||
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 12 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e05424..3e9366a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -501,6 +501,7 @@ SET (common_SRCS ${HDF5_SRC_DIR}/H5FO.c ${HDF5_SRC_DIR}/H5HP.c ${HDF5_SRC_DIR}/H5I.c + ${HDF5_SRC_DIR}/H5Itest.c ${HDF5_SRC_DIR}/H5L.c ${HDF5_SRC_DIR}/H5Lexternal.c ${HDF5_SRC_DIR}/H5MM.c diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 350c2fe..8a247ce 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -853,10 +853,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 cfeacec..abf4c09 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -944,6 +944,10 @@ RelativePath="..\..\..\src\H5I.c"
>
</File>
+ <File
+ RelativePath="..\..\..\src\H5Itest.c"
+ >
+ </File>
<File
RelativePath="..\..\..\src\H5L.c"
>
|