Split and label E3setupDLL

This commit is contained in:
gamemasterplc 2023-12-30 16:51:38 -06:00
parent 4fc890c362
commit fce4d8bbed
3 changed files with 120 additions and 88 deletions

View file

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