Split DVD, VI, and DEMO
This commit is contained in:
parent
0f0da40f57
commit
33ed842952
4 changed files with 164 additions and 68 deletions
26
configure.py
26
configure.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue