Port mstory2Dll to every version
This commit is contained in:
parent
95f4872caa
commit
4bfcb46481
17 changed files with 1836 additions and 1661 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