author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Wed, 27 Jul 2016 20:47:08 +0200 | |
changeset 10211 | 2e4c1b2fce79 |
parent 9217 | e15f7d963d98 |
permissions | -rw-r--r-- |
9216
61cf772a4ed3
WinRT: added scripts to build Release copies of SDL for all WinRT variants
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
1 |
@ECHO OFF |
61cf772a4ed3
WinRT: added scripts to build Release copies of SDL for all WinRT variants
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
2 |
REM |
9217
e15f7d963d98
WinRT: removed '-' from build script file names
David Ludwig <dludwig@pobox.com>
parents:
9216
diff
changeset
|
3 |
REM winrtbuild.bat: a batch file to help launch the winrtbuild.ps1 |
9216
61cf772a4ed3
WinRT: added scripts to build Release copies of SDL for all WinRT variants
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
4 |
REM Powershell script, either from Windows Explorer, or through Buildbot. |
61cf772a4ed3
WinRT: added scripts to build Release copies of SDL for all WinRT variants
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
5 |
REM |
61cf772a4ed3
WinRT: added scripts to build Release copies of SDL for all WinRT variants
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
6 |
SET ThisScriptsDirectory=%~dp0 |
9217
e15f7d963d98
WinRT: removed '-' from build script file names
David Ludwig <dludwig@pobox.com>
parents:
9216
diff
changeset
|
7 |
SET PowerShellScriptPath=%ThisScriptsDirectory%winrtbuild.ps1 |
9216
61cf772a4ed3
WinRT: added scripts to build Release copies of SDL for all WinRT variants
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
8 |
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%'"; |