2018-11-20 03:48:22 +03:00
|
|
|
:: Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
:: Licensed under the MIT License.
|
|
|
|
|
|
|
|
@echo off
|
2023-08-11 07:48:13 +03:00
|
|
|
|
|
|
|
setlocal
|
|
|
|
set PATH=C:\Program Files\Git\usr\bin;%PATH%
|
|
|
|
|
2023-07-17 18:24:47 +03:00
|
|
|
rem Requires a Python install to be available in your PATH
|
2023-07-11 17:07:08 +03:00
|
|
|
python "%~dp0\tools\ci_build\build.py" --build_dir "%~dp0\build\Windows" %*
|