From 0709576f9e8e9871a895cfb5ea897ddb188db329 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 26 May 2024 10:50:09 -0400 Subject: [PATCH] Added built script for the compiler (to run gen_src.cpp beforehand) --- scripts/build.ps1 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/build.ps1 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