From f56664f7a899ccc4e31904fa4854094a15bcf98d Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 3 Aug 2018 11:05:31 +0200 Subject: [PATCH] #3200creaToolsToolsFeatureNewNormalbranch mingw64 --- Install_mingw64/Install_ThirdParty/install-All.bat | 2 ++ .../Install_ThirdParty/scripts/install_thirdparty_all.bat | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Install_mingw64/Install_ThirdParty/install-All.bat b/Install_mingw64/Install_ThirdParty/install-All.bat index 1284dc9..a043960 100644 --- a/Install_mingw64/Install_ThirdParty/install-All.bat +++ b/Install_mingw64/Install_ThirdParty/install-All.bat @@ -8,6 +8,8 @@ set wgetPath="E:\creatis\c_mingw\For_mingw64\DeveloperTools\wget-1.19.4-win32\wg set zipPath="C:\Program Files\7-Zip\7z.exe" ::set zipPath="peazip -ext2here " +set DirMingwDlls=E:\creatis\c_mingw\For_mingw64\DeveloperTools\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin + start /wait install_generate_thirdparty-x64Release.bat REM start /wait install_generate_thirdparty-x64Debug.bat REM start /wait install_generate_thirdparty-x86Release.bat diff --git a/Install_mingw64/Install_ThirdParty/scripts/install_thirdparty_all.bat b/Install_mingw64/Install_ThirdParty/scripts/install_thirdparty_all.bat index 2808f96..afa83a0 100644 --- a/Install_mingw64/Install_ThirdParty/scripts/install_thirdparty_all.bat +++ b/Install_mingw64/Install_ThirdParty/scripts/install_thirdparty_all.bat @@ -377,6 +377,10 @@ move /Y %installpath%\lib\*.dll %installpath%\bin ::wxWidgets move /Y %installpath%\lib\gcc_dll\*.dll %installpath%\bin +:: dlls mingw +copy /Y %DirMingwDlls%\*.dll %installpath%\bin + + echo ----------------------------------- echo ---End of Installing Libraries----- echo ----------------------------------- -- 2.45.1