Tools: Remove MSYS/Mingw support

MSYS/Mingw was deprecated since v4.0 and it is removed in v5.0. Please
follow the getting started guide of the documentation to set up a
Windows Command Line or Power Shell based environment.
This commit is contained in:
Roland Dobai
2021-11-09 13:10:56 +01:00
parent 6ef6c2a2c7
commit a1d0d1ffbe
17 changed files with 25 additions and 205 deletions

View File

@@ -1,7 +1,6 @@
@echo off
if defined MSYSTEM (
echo This .bat file is for Windows CMD.EXE shell only. When using MSYS, run:
echo . ./export.sh.
echo This .bat file is for Windows CMD.EXE shell only.
goto :eof
)