Build automation
This commit is contained in:
parent
518234e1d2
commit
9b930b7f12
BIN
bin/DMGTRIS.GBC
BIN
bin/DMGTRIS.GBC
Binary file not shown.
Binary file not shown.
|
@ -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
Loading…
Reference in New Issue