main.c matching for modeltestDll.c

This commit is contained in:
zestydevy 2024-02-06 18:10:11 -06:00
parent 65e89da015
commit f2f4d4a564
8 changed files with 973 additions and 72 deletions

View file

@ -861,6 +861,14 @@ config.libs = [
Object(NonMatching, "REL/mgmodedll/minigame.c"),
}
),
Rel('modeltestDll',
objects = {
Object(Matching, "REL/executor.c"),
Object(Matching, "REL/modeltestDll/main.c"),
Object(NonMatching, "REL/modeltestDll/modeltest00.c"),
Object(NonMatching, "REL/modeltestDll/modeltest01.c"),
}
),
Rel('modeseldll',
objects = {
Object(Matching, "REL/executor.c"),