DebuggerDriver.c matching in version 0
This commit is contained in:
parent
5c40f5a849
commit
91d6eb5428
2 changed files with 350 additions and 4 deletions
|
|
@ -252,12 +252,10 @@ cflags_trk = [
|
|||
|
||||
cflags_odemuexi = [
|
||||
*cflags_base,
|
||||
"-inline auto,deferred"
|
||||
# TODO figure out flags
|
||||
]
|
||||
|
||||
if version_num > 0:
|
||||
cflags_odemuexi.append("-inline auto,deferred")
|
||||
|
||||
cflags_amcstub = [
|
||||
*cflags_base,
|
||||
"-inline auto,deferred",
|
||||
|
|
@ -805,7 +803,7 @@ config.libs = [
|
|||
"cflags": cflags_odemuexi,
|
||||
"host": False,
|
||||
"objects": [
|
||||
Object(MatchingFor("GMPE01_01"), "OdemuExi2/DebuggerDriver.c"),
|
||||
Object(MatchingFor("GMPE01_00", "GMPE01_01"), "OdemuExi2/DebuggerDriver.c"),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue