Match m430Dll/water.c (#516)

This commit is contained in:
dbalatoni13 2025-01-09 05:48:18 +01:00 committed by GitHub
parent e9e3683871
commit c8c4ef763c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1837 additions and 19 deletions

View file

@ -1087,8 +1087,8 @@ config.libs = [
Rel(
"m430Dll", # Pair-a-sailing
objects={
Object(Matching, "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"),
},
),