Split and label E3setupDLL
This commit is contained in:
parent
4fc890c362
commit
fce4d8bbed
3 changed files with 120 additions and 88 deletions
11
configure.py
11
configure.py
|
|
@ -799,6 +799,17 @@ config.libs = [
|
|||
Object(NonMatching, "REL/staffDll/staffDll.c"),
|
||||
],
|
||||
},
|
||||
{
|
||||
"lib": "E3setupDLL",
|
||||
"mw_version": config.linker_version,
|
||||
"cflags": cflags_rel,
|
||||
"host": False,
|
||||
"objects": [
|
||||
Object(NonMatching, "REL/E3setupDLL/mgselect.c"),
|
||||
Object(Matching, "REL/executor.c"),
|
||||
Object(NonMatching, "REL/E3setupDLL/main.c"),
|
||||
],
|
||||
},
|
||||
{
|
||||
"lib": "selmenuDll",
|
||||
"mw_version": config.linker_version,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue