Split rest of board code
This commit is contained in:
parent
9c3ad6ccfe
commit
7982824594
5 changed files with 438 additions and 340 deletions
20
configure.py
20
configure.py
|
|
@ -444,14 +444,14 @@ config.libs = [
|
|||
Object(Matching, "game/board/bowser.c"),
|
||||
Object(Matching, "game/board/battle.c"),
|
||||
Object(Matching, "game/board/fortune.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/boo.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/mg_setup.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/boo_house.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/start.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/last5.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/pause.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/com_path.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/board/tutorial.c"),
|
||||
Object(Matching, "game/board/boo.c"),
|
||||
Object(Matching, "game/board/mg_setup.c"),
|
||||
Object(Matching, "game/board/boo_house.c"),
|
||||
Object(Matching, "game/board/start.c"),
|
||||
Object(Matching, "game/board/last5.c"),
|
||||
Object(Matching, "game/board/pause.c"),
|
||||
Object(Matching, "game/board/com_path.c"),
|
||||
Object(Matching, "game/board/tutorial.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "game/kerent.c"),
|
||||
],
|
||||
},
|
||||
|
|
@ -464,7 +464,7 @@ config.libs = [
|
|||
DolphinLib(
|
||||
"os",
|
||||
[
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/OS.c"),
|
||||
Object(Matching, "dolphin/os/OS.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/OSAlarm.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/OSAlloc.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/OSArena.c"),
|
||||
|
|
@ -486,7 +486,7 @@ config.libs = [
|
|||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/OSSync.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/OSThread.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/OSTime.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/__start.c"),
|
||||
Object(Matching, "dolphin/os/__start.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "dolphin/os/__ppc_eabi_init.c"),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue