[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
This commit is contained in:
Scott Wegner 2008-03-03 14:43:31 -05:00
parent 31a6a50a84
commit 78d79fa83e

View File

@ -173,7 +173,7 @@ rem Install C++ Libraries and Tools
rem ===RELEASE=== rem ===RELEASE===
rem include rem include
call :safe_copy cpp\src\*.h hdf5lib\release\include call :safe_copy "c++\src\*.h" hdf5lib\release\include
rem lib rem lib
call :safe_copy proj\hdf5_cpp\release\hdf5_cpp.lib hdf5lib\release\lib call :safe_copy proj\hdf5_cpp\release\hdf5_cpp.lib hdf5lib\release\lib
rem dll rem dll