match _minigameDLL rel
This commit is contained in:
parent
2b5aa27571
commit
a56c5b37af
5 changed files with 34 additions and 1 deletions
10
configure.py
Normal file → Executable file
10
configure.py
Normal file → Executable file
|
|
@ -230,6 +230,16 @@ config.libs = [
|
|||
Object(Matching, "REL/empty.c"), # Must be marked as matching
|
||||
],
|
||||
},
|
||||
{
|
||||
"lib": "_minigameDLL",
|
||||
"mw_version": config.linker_version,
|
||||
"cflags": cflags_rel,
|
||||
"host": False,
|
||||
"objects": [
|
||||
Object(Matching, "REL/executor.c"),
|
||||
Object(Matching, "REL/_minigameDLL/_minigameDLL.c"),
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
if args.mode == "configure":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue