Merge commit '3270432f4b
' into sync_cg_clif-2024-05-13
This commit is contained in:
commit
75f8bdbca4
31 changed files with 481 additions and 166 deletions
|
@ -1,8 +1,6 @@
|
|||
@echo off
|
||||
echo [BUILD] build system >&2
|
||||
mkdir build 2>nul
|
||||
rustc build_system/main.rs -o build\y.exe -Cdebuginfo=1 --edition 2021 || goto :error
|
||||
build\y.exe %* || goto :error
|
||||
cargo run --manifest-path build_system/Cargo.toml -- %* || goto :error
|
||||
goto :EOF
|
||||
|
||||
:error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue