Split m405, m406, and m407

This commit is contained in:
gamemasterplc 2024-01-19 08:04:10 -06:00
parent cea9598a34
commit 99bf495e67
6 changed files with 122 additions and 19 deletions

View file

@ -810,6 +810,32 @@ config.libs = [
Object(NonMatching, "REL/m404Dll/main.c"),
}
),
Rel('m405Dll',
objects = {
Object(NonMatching, "REL/m405Dll/main.c"),
}
),
Rel('m406Dll',
objects = {
Object(Matching, "REL/executor.c"),
Object(NonMatching, "REL/m406Dll/main.c"),
Object(NonMatching, "REL/m406Dll/map.c"),
Object(NonMatching, "REL/m406Dll/player.c"),
}
),
Rel('m407dll',
objects = {
Object(Matching, "REL/executor.c"),
Object(NonMatching, "REL/m407dll/player.c"),
Object(NonMatching, "REL/m407dll/map.c"),
Object(NonMatching, "REL/m407dll/camera.c"),
Object(NonMatching, "REL/m407dll/whomp.c"),
Object(NonMatching, "REL/m407dll/whomp_score.c"),
Object(NonMatching, "REL/m407dll/effect.c"),
Object(NonMatching, "REL/m407dll/main.c"),
Object(NonMatching, "REL/m407dll/score.c"),
}
),
Rel('mentDll',
objects = {
Object(NonMatching, "REL/mentDll/common.c"),