From 78d79fa83eb082bf02e8140e761ccbac1aa9e192 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 3 Mar 2008 14:43:31 -0500 Subject: [svn-r14695] Purpose: Fix typo in Windows install file 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/installhdf5lib.bat b/windows/installhdf5lib.bat index 8361e81..8ee5bb6 100755 --- a/windows/installhdf5lib.bat +++ b/windows/installhdf5lib.bat @@ -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