Split staffDll and selmenuDll
This commit is contained in:
parent
863b4c50ac
commit
4fc890c362
7 changed files with 122 additions and 83 deletions
20
configure.py
20
configure.py
|
|
@ -789,6 +789,26 @@ config.libs = [
|
|||
Object(Matching, "REL/subchrselDll/subchrselDll.c"),
|
||||
],
|
||||
},
|
||||
{
|
||||
"lib": "staffDll",
|
||||
"mw_version": config.linker_version,
|
||||
"cflags": cflags_rel,
|
||||
"host": False,
|
||||
"objects": [
|
||||
Object(Matching, "REL/executor.c"),
|
||||
Object(NonMatching, "REL/staffDll/staffDll.c"),
|
||||
],
|
||||
},
|
||||
{
|
||||
"lib": "selmenuDll",
|
||||
"mw_version": config.linker_version,
|
||||
"cflags": cflags_rel,
|
||||
"host": False,
|
||||
"objects": [
|
||||
Object(Matching, "REL/executor.c"),
|
||||
Object(NonMatching, "REL/selmenuDll/selmenuDll.c"),
|
||||
],
|
||||
},
|
||||
{
|
||||
"lib": "w10Dll",
|
||||
"mw_version": config.linker_version,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue