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

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