Apply macros and port mstoryDll to every version (#513)
* Apply MTXDegToRad macros * Port mstoryDll to every version
This commit is contained in:
parent
496c8544e5
commit
806ec24c4e
12 changed files with 1196 additions and 1083 deletions
12
configure.py
12
configure.py
|
|
@ -1398,12 +1398,12 @@ config.libs = [
|
|||
Rel(
|
||||
"mstoryDll",
|
||||
objects={
|
||||
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"),
|
||||
Object(Matching, "REL/mstoryDll/main.c"),
|
||||
Object(Matching, "REL/mstoryDll/board_clear.c"),
|
||||
Object(Matching, "REL/mstoryDll/board_miss.c"),
|
||||
Object(Matching, "REL/mstoryDll/mg_clear.c"),
|
||||
Object(Matching, "REL/mstoryDll/mg_miss.c"),
|
||||
Object(Matching, "REL/mstoryDll/save.c"),
|
||||
},
|
||||
),
|
||||
Rel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue