Start decompiling modeseldll

This commit is contained in:
gamemasterplc 2024-04-07 20:03:26 -05:00
parent 70c811ea73
commit e58c88841e
5 changed files with 581 additions and 40 deletions

View file

@ -1131,10 +1131,10 @@ config.libs = [
Rel('modeseldll',
objects = {
Object(Matching, "REL/executor.c"),
Object(NonMatching, "REL/modeseldll/main.c"),
Object(Matching, "REL/modeseldll/main.c"),
Object(NonMatching, "REL/modeseldll/modesel.c"),
Object(NonMatching, "REL/modeseldll/filesel.c"),
Object(NonMatching, "REL/modeseldll/datalist.c"),
Object(Matching, "REL/modeseldll/datalist.c"),
}
),
Rel('mpexDll',