mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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:
parent
31a6a50a84
commit
78d79fa83e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user