Split DVD, VI, and DEMO

This commit is contained in:
gamemasterplc 2023-12-02 15:12:29 -06:00
parent 0f0da40f57
commit 33ed842952
4 changed files with 164 additions and 68 deletions

View file

@ -334,6 +334,32 @@ config.libs = [
Object(NonMatching, "dolphin/mtx/psmtx.c"),
],
),
DolphinLib(
"dvd",
[
Object(NonMatching, "dolphin/dvd/dvdlow.c"),
Object(NonMatching, "dolphin/dvd/dvdfs.c"),
Object(NonMatching, "dolphin/dvd/dvd.c"),
Object(NonMatching, "dolphin/dvd/dvdqueue.c"),
Object(NonMatching, "dolphin/dvd/dvderror.c"),
Object(NonMatching, "dolphin/dvd/fstload.c"),
],
),
DolphinLib(
"vi",
[
Object(NonMatching, "dolphin/vi.c"),
],
),
DolphinLib(
"demo",
[
Object(NonMatching, "dolphin/demo/DEMOInit.c"),
Object(NonMatching, "dolphin/demo/DEMOFont.c"),
Object(NonMatching, "dolphin/demo/DEMOPuts.c"),
Object(NonMatching, "dolphin/demo/DEMOStats.c"),
],
),
{
"lib": "Runtime.PPCEABI.H",
"mw_version": config.linker_version,