diff --git a/scripts/build.ps1 b/scripts/build.ps1 new file mode 100644 index 000000000..ed6af0c69 --- /dev/null +++ b/scripts/build.ps1 @@ -0,0 +1,10 @@ + +$path_root = git rev-parse --show-toplevel + +& "$PSScriptRoot/build_and_run_gen_src_pass" + +Push-Location $path_root + +& build.bat + +Pop-Location