Removed usage of MSYS from Windows build environment

This commit is contained in:
thunder2 2020-07-29 17:33:03 +02:00
parent fd078f7991
commit 06d8b67f23
5 changed files with 0 additions and 558 deletions

View file

@ -1,15 +0,0 @@
@echo off
setlocal
set MSYSPath=%~dp0msys
if not exist "%MSYSPath%\bin\mingw-get.exe" echo MSYS is not installed& exit /B 0
echo Update MSYS
pushd "%MSYSPath%\bin"
mingw-get.exe update
mingw-get.exe upgrade
popd
exit /B %ERRORLEVEL%