Matched m460Dll

This commit is contained in:
dbalatoni13 2024-11-19 01:25:01 +01:00
parent fb98d348e2
commit 8e91e6ecf6
8 changed files with 2639 additions and 172 deletions

View file

@ -1273,10 +1273,10 @@ config.libs = [
Rel(
"m460Dll", # Doors of Doom
objects={
Object(NonMatching, "REL/m460Dll/main.c"),
Object(NonMatching, "REL/m460Dll/player.c"),
Object(NonMatching, "REL/m460Dll/map.c"),
Object(NonMatching, "REL/m460Dll/score.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m460Dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m460Dll/player.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m460Dll/map.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m460Dll/score.c"),
},
),
Rel(