Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.cmd - github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ba69afd9cc77925180390ec606d83f91bb0a51a (plain)
1
2
3
4
5
6
7
8
@echo off
setlocal

set _args=%*
if "%~1"=="-?" set _args=-help

powershell -ExecutionPolicy ByPass -NoProfile -File "%~dp0eng\build.ps1" %_args%
exit /b %ERRORLEVEL%