Fix w06 symbols for PAL and port mstory2Dll to every version (#523)
* Fix w06 symbols for PAL * Port mstory2Dll to every version
This commit is contained in:
parent
f79a3f88b1
commit
090ab1c05f
18 changed files with 2181 additions and 2006 deletions
16
configure.py
16
configure.py
|
|
@ -1370,14 +1370,14 @@ config.libs = [
|
|||
Rel(
|
||||
"mstory2Dll",
|
||||
objects={
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/main.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/board_entrance.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/board_clear.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/board_miss.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/mg_clear.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/mg_miss.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/ending.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstory2Dll/save.c"),
|
||||
Object(Matching, "REL/mstory2Dll/main.c"),
|
||||
Object(Matching, "REL/mstory2Dll/board_entrance.c"),
|
||||
Object(Matching, "REL/mstory2Dll/board_clear.c"),
|
||||
Object(Matching, "REL/mstory2Dll/board_miss.c"),
|
||||
Object(Matching, "REL/mstory2Dll/mg_clear.c"),
|
||||
Object(Matching, "REL/mstory2Dll/mg_miss.c"),
|
||||
Object(Matching, "REL/mstory2Dll/ending.c"),
|
||||
Object(Matching, "REL/mstory2Dll/save.c"),
|
||||
},
|
||||
),
|
||||
Rel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue