Split staffDll and selmenuDll

This commit is contained in:
gamemasterplc 2023-12-30 15:01:28 -06:00
parent 863b4c50ac
commit 4fc890c362
7 changed files with 122 additions and 83 deletions

View file

@ -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,