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

PUSHD %~dp0\..
CALL vswhere.bat x86 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