wip w10Dll importing
This commit is contained in:
parent
5949d7dd41
commit
59fc755c9d
9 changed files with 669 additions and 576 deletions
11
configure.py
11
configure.py
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue