Match modesel.c

Also fully matches modules
This commit is contained in:
gamemasterplc 2025-03-14 17:06:46 -05:00
parent 62803cc21f
commit 22c6c0444b
2 changed files with 2 additions and 3 deletions

View file

@ -1374,7 +1374,7 @@ config.libs = [
"modeseldll",
objects={
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "REL/modeseldll/main.c"),
Object(Equivalent, "REL/modeseldll/modesel.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"),
},