main.c matching for modeltestDll.c
This commit is contained in:
parent
65e89da015
commit
f2f4d4a564
8 changed files with 973 additions and 72 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue