mirror of
https://github.com/italicsjenga/gba.git
synced 2025-02-02 20:56:39 +11:00
Remove the old build.bat now that we use cargo make
This commit is contained in:
parent
9689394d75
commit
53f64f2260
1 changed files with 0 additions and 15 deletions
15
build.bat
15
build.bat
|
@ -1,15 +0,0 @@
|
||||||
|
|
||||||
@rem Build the crt0 file before we begin
|
|
||||||
@if not exist ".\target" mkdir target
|
|
||||||
arm-none-eabi-as crt0.s -o target/crt0.o
|
|
||||||
|
|
||||||
@rem Build all examples, both debug and release
|
|
||||||
cargo xbuild --examples --target thumbv4-none-agb.json
|
|
||||||
cargo xbuild --examples --target thumbv4-none-agb.json --release
|
|
||||||
|
|
||||||
@echo Packing examples into ROM files...
|
|
||||||
@for %%I in (.\examples\*.*) do @(
|
|
||||||
echo %%~nI
|
|
||||||
arm-none-eabi-objcopy -O binary target/thumbv4-none-agb/release/examples/%%~nI target/example-%%~nI.gba >nul
|
|
||||||
gbafix target/example-%%~nI.gba >nul
|
|
||||||
)
|
|
Loading…
Add table
Reference in a new issue