Port mstoryDll to every version

This commit is contained in:
dbalatoni13 2025-01-09 00:58:58 +01:00
parent 5235722a8e
commit 33bed62fa5
11 changed files with 1189 additions and 1061 deletions

View file

@ -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(