Build automation

This commit is contained in:
Randy Thiemann 2023-10-27 10:26:54 +02:00
parent 518234e1d2
commit 9b930b7f12
5 changed files with 2363 additions and 0 deletions

Binary file not shown.

Binary file not shown.

17
deploy.bat Normal file
View File

@ -0,0 +1,17 @@
@echo off
cd /D "%~dp0"
make clean
del /Q src\include\hardware.inc
copy src\include\hardware.analogue src\include\hardware.inc
make
ren bin\DMGTRIS.GBC DMGTRIS.pocket
python patch_pocket.py
rd /S /Q obj
rd /S /Q dep
del /Q src\include\hardware.inc
copy src\include\hardware.nintendo src\include\hardware.inc
make

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff