Moved MSYS build scripts to folder build_scripts

This commit is contained in:
thunder2 2016-08-29 19:08:14 +02:00
parent 7ffe59cb2d
commit 5944f1fea2
11 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,16 @@
@setlocal
@echo off
:: Initialize environment
call "%~dp0_env.bat"
if not exist "%MSYSPath%\bin\mingw-get.exe" exit /B 0
echo Update MSYS
pushd "%MSYSPath%\bin"
mingw-get.exe update
mingw-get.exe upgrade
popd
exit /B %ERRORLEVEL%