This commit is contained in:
gamemasterplc 2025-01-10 18:20:07 -06:00
commit b9ca50b6ef
5 changed files with 2728 additions and 315 deletions

View file

@ -1087,8 +1087,8 @@ config.libs = [
Rel(
"m430Dll", # Pair-a-sailing
objects={
Object(NonMatching, "REL/m430Dll/main.c"),
Object(NonMatching, "REL/m430Dll/water.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m430Dll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/m430Dll/water.c"),
Object(NonMatching, "REL/m430Dll/player.c"),
},
),