Match pal modesel (#570)

* Match modesel.c

Also fully matches modules

* Match pal modesel
This commit is contained in:
Liam Coleman 2025-03-14 19:34:25 -05:00 committed by GitHub
parent ece392140e
commit 4ee46b3396
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 127 additions and 50 deletions

View file

@ -1373,10 +1373,10 @@ config.libs = [
Rel(
"modeseldll",
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/modeseldll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/modeseldll/modesel.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/modeseldll/filesel.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/modeseldll/datalist.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "REL/modeseldll/main.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "REL/modeseldll/modesel.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "REL/modeseldll/filesel.c"),
Object(MatchingFor("GMPE01_00", "GMPE01_01", "GMPP01_00", "GMPP01_02"), "REL/modeseldll/datalist.c"),
},
),
Rel(