mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-29 20:27:12 +01:00
f055ea70f8
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%'"; |