Split more minigames
This commit is contained in:
parent
52850703ee
commit
4ceef4d944
9 changed files with 73 additions and 6 deletions
25
configure.py
25
configure.py
|
|
@ -876,6 +876,31 @@ config.libs = [
|
|||
Object(NonMatching, "REL/m411Dll/main.c"),
|
||||
}
|
||||
),
|
||||
Rel('m412Dll',
|
||||
objects = {
|
||||
Object(Matching, "REL/executor.c"),
|
||||
Object(NonMatching, "REL/m412Dll/main.c"),
|
||||
}
|
||||
),
|
||||
Rel('m413Dll',
|
||||
objects = {
|
||||
Object(Matching, "REL/executor.c"),
|
||||
Object(NonMatching, "REL/m413Dll/main.c"),
|
||||
}
|
||||
),
|
||||
Rel('m414Dll',
|
||||
objects = {
|
||||
Object(Matching, "REL/executor.c"),
|
||||
Object(NonMatching, "REL/m414Dll/main.c"),
|
||||
}
|
||||
),
|
||||
Rel('m415Dll',
|
||||
objects = {
|
||||
Object(Matching, "REL/executor.c"),
|
||||
Object(NonMatching, "REL/m415Dll/main.c"),
|
||||
Object(NonMatching, "REL/m415Dll/map.c"),
|
||||
}
|
||||
),
|
||||
Rel('m433Dll',
|
||||
objects = {
|
||||
Object(Matching, "REL/executor.c"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue