summaryrefslogtreecommitdiffstats
path: root/tools/buildsteps/windows/win32/make-mingwlibs.bat
blob: 889b27ede3bf9c3f37bdf0b74013f043a420930a (plain)
1
2
3
4
5
6
7
8
9
10
11
@ECHO OFF

PUSHD %~dp0\..
CALL vswhere.bat x86
IF ERRORLEVEL 1 (
  ECHO ERROR! make-mingwlibs.bat: Something went wrong when calling vswhere.bat
  POPD
  EXIT /B 1
)
CALL make-mingwlibs.bat %*
POPD