From c635149be570fad877b9f79ae651153ef22a22dd Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 3 Mar 2008 14:45:13 -0500 Subject: [svn-r14696] Purpose: Backport typo fix from trunk Description: A small typo in the recent update to installhdf5lib.bat caused the C++ header files not to be installed for the debug version of the libraries. This corrects the issue. Tested: VS2005 on WinXP --- windows/installhdf5lib.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/installhdf5lib.bat b/windows/installhdf5lib.bat index 792cdb3..8e1110d 100755 --- a/windows/installhdf5lib.bat +++ b/windows/installhdf5lib.bat @@ -14,7 +14,7 @@ rem access to either file, you may request a copy from help@hdfgroup.org. rem This batch file is used to install HDF5 libraries and tools -rem Last Updated: 2/18/2007 +rem Last Updated: 3/3/08 setlocal enabledelayedexpansion pushd %~dp0 @@ -173,7 +173,7 @@ rem Install C++ Libraries and Tools rem ===RELEASE=== rem include - call :safe_copy cpp\src\*.h hdf5lib\release\include + call :safe_copy "c++\src\*.h" hdf5lib\release\include rem lib call :safe_copy proj\hdf5_cpp\release\hdf5_cpp.lib hdf5lib\release\lib rem dll -- cgit v0.12