summaryrefslogtreecommitdiffstats
path: root/tools/buildsteps/windows/arm-uwp/make-addons.bat
blob: 6c23384b01fec4af67bf2ba6bcfbcb0200ad3692 (plain)
1
2
3
4
5
6
7
8
9
10
11
@ECHO OFF

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