🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
338 B

  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%'";