From b37a6d8a297e0e1b45fe4a40cc5c8898dd76d41c Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 28 Jul 2010 08:51:30 -0500 Subject: [svn-r19136] Added new file to windows project files. Added new file to src/CMakeLists.txt --- src/CMakeLists.txt | 1 + windows/proj/hdf5/hdf5.vcproj | 12 ++++++++---- windows/proj/hdf5dll/hdf5dll.vcproj | 4 ++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 03ac803..c64d4f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -452,6 +452,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 ba671f6..84f620f 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -773,10 +773,14 @@ RelativePath="..\..\..\src\H5HP.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" > + + -- cgit v0.12