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

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