Matched mstoryDll (US) (#512)
This commit is contained in:
parent
2121a31f1d
commit
496c8544e5
11 changed files with 4078 additions and 273 deletions
12
configure.py
12
configure.py
|
|
@ -1398,12 +1398,12 @@ config.libs = [
|
|||
Rel(
|
||||
"mstoryDll",
|
||||
objects={
|
||||
Object(NonMatching, "REL/mstoryDll/main.c"),
|
||||
Object(NonMatching, "REL/mstoryDll/board_clear.c"),
|
||||
Object(NonMatching, "REL/mstoryDll/board_miss.c"),
|
||||
Object(NonMatching, "REL/mstoryDll/mg_clear.c"),
|
||||
Object(NonMatching, "REL/mstoryDll/mg_miss.c"),
|
||||
Object(NonMatching, "REL/mstoryDll/save.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/main.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/board_clear.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/board_miss.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/mg_clear.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/mg_miss.c"),
|
||||
Object(MatchingFor("GMPE01_00"), "REL/mstoryDll/save.c"),
|
||||
},
|
||||
),
|
||||
Rel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue