wip w10Dll importing

This commit is contained in:
Rainchus 2023-11-29 10:58:29 -06:00
parent 5949d7dd41
commit 59fc755c9d
9 changed files with 669 additions and 576 deletions

View file

@ -308,6 +308,17 @@ config.libs = [
Object(Matching, "REL/subchrselDll/subchrselDll.c"),
],
},
{
"lib": "w10Dll",
"mw_version": config.linker_version,
"cflags": cflags_rel,
"host": False,
"objects": [
Object(Matching, "REL/executor.c"),
Object(Matching, "REL/w10Dll/w10Dll.c"),
Object(Matching, "REL/w10Dll/w10Dll2.c"),
],
},
]
if args.mode == "configure":