summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/build-scripts/winrtbuild.bat
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/SDL2/build-scripts/winrtbuild.bat')
-rw-r--r--3rdparty/SDL2/build-scripts/winrtbuild.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/3rdparty/SDL2/build-scripts/winrtbuild.bat b/3rdparty/SDL2/build-scripts/winrtbuild.bat
deleted file mode 100644
index fb8df481e33..00000000000
--- a/3rdparty/SDL2/build-scripts/winrtbuild.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@ECHO OFF
-REM
-REM winrtbuild.bat: a batch file to help launch the winrtbuild.ps1
-REM Powershell script, either from Windows Explorer, or through Buildbot.
-REM
-SET ThisScriptsDirectory=%~dp0
-SET PowerShellScriptPath=%ThisScriptsDirectory%winrtbuild.ps1
-PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%'"; \ No newline at end of file