sdl

FORK: Simple Directmedia Layer
git clone https://git.neptards.moe/neptards/sdl.git
Log | Files | Refs

winrtbuild.bat (345B)


      1 @ECHO OFF
      2 REM
      3 REM winrtbuild.bat: a batch file to help launch the winrtbuild.ps1
      4 REM   Powershell script, either from Windows Explorer, or through Buildbot.
      5 REM
      6 SET ThisScriptsDirectory=%~dp0
      7 SET PowerShellScriptPath=%ThisScriptsDirectory%winrtbuild.ps1
      8 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%'";