Port mstory2Dll to every version

This commit is contained in:
dbalatoni13 2025-01-11 18:22:44 +01:00
parent 95f4872caa
commit 4bfcb46481
17 changed files with 1836 additions and 1661 deletions

View file

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