Added built script for the compiler (to run gen_src.cpp beforehand)

This commit is contained in:
2024-05-26 10:50:09 -04:00
parent 389e12a785
commit 0709576f9e
+10
View File
@@ -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