mirror of
https://github.com/yawut/SDL.git
synced 2026-04-21 16:17:28 -05:00
These variants include: - Windows 8.0 for x86 - Windows 8.0 for x64 - Windows 8.0 for ARM - Windows 8.1 for x86 - Windows 8.1 for x64 - Windows 8.1 for ARM - Windows Phone 8.0 for x86 (for use with the Windows Phone emulator) - Windows Phone 8.0 for ARM - Windows Phone 8.1 for x86 (for use with the Windows Phone emulator) - Windows Phone 8.1 for ARM
8 lines
348 B
Batchfile
8 lines
348 B
Batchfile
@ECHO OFF
|
|
REM
|
|
REM winrt-build.bat: a batch file to help launch the winrt-build.ps1
|
|
REM Powershell script, either from Windows Explorer, or through Buildbot.
|
|
REM
|
|
SET ThisScriptsDirectory=%~dp0
|
|
SET PowerShellScriptPath=%ThisScriptsDirectory%winrt-build.ps1
|
|
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%'"; |