From 6a5cb6a480878f42e102473edce24df9d388de7d Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Tue, 15 Jan 2008 10:48:07 -0500 Subject: [svn-r14416] Purpose: Add source files to Windows projects Description: This catches up Windows to most of the new source files that have been added. Specifically, H5FDpkg.h and H5FDspace.c have been added to the library projects, and tcoords.c has been added to testhdf5. This goes for VS2005 and VS6 project files. Tested: Only built, VS2005 --- windows/proj/hdf5/hdf5.vcproj | 8 +++++++ windows/proj/hdf5dll/hdf5dll.vcproj | 8 +++++++ windows/test/testhdf5/testhdf5.vcproj | 4 ++++ windows/test/testhdf5dll/testhdf5dll.vcproj | 4 ++++ windows_vs6/proj/hdf5/hdf5.dsp | 31 ++++++++++++++++++++++------ windows_vs6/proj/hdf5dll/hdf5dll.dsp | 31 ++++++++++++++++++++++------ windows_vs6/test/testhdf5/testhdf5.dsp | 15 ++++++++++++++ windows_vs6/test/testhdf5dll/testhdf5dll.dsp | 15 ++++++++++++++ 8 files changed, 104 insertions(+), 12 deletions(-) diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 2a8e9c3..732026b 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -2265,6 +2265,10 @@ + + + + diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index ee40d50..1816939 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -2363,6 +2363,10 @@ + + + + diff --git a/windows/test/testhdf5/testhdf5.vcproj b/windows/test/testhdf5/testhdf5.vcproj index bf502eb..19e6912 100644 --- a/windows/test/testhdf5/testhdf5.vcproj +++ b/windows/test/testhdf5/testhdf5.vcproj @@ -565,6 +565,10 @@ + + + +