mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
cleanup (nw)
This commit is contained in:
parent
c0a5494de5
commit
b515a00e55
@ -367,15 +367,6 @@ newoption {
|
||||
description = "Target machine platform (x86,arm,...)",
|
||||
}
|
||||
|
||||
newoption {
|
||||
trigger = "USE_LIBUV",
|
||||
description = "Use libuv.",
|
||||
allowed = {
|
||||
{ "0", "Disabled" },
|
||||
{ "1", "Enabled" },
|
||||
}
|
||||
}
|
||||
|
||||
newoption {
|
||||
trigger = "DEBUG_DIR",
|
||||
description = "Default directory for debugger.",
|
||||
@ -412,10 +403,6 @@ if not _OPTIONS["NOASM"] then
|
||||
end
|
||||
end
|
||||
|
||||
if not _OPTIONS["USE_LIBUV"] then
|
||||
_OPTIONS["USE_LIBUV"] = "1"
|
||||
end
|
||||
|
||||
if _OPTIONS["NOASM"]=="1" and not _OPTIONS["FORCE_DRC_C_BACKEND"] then
|
||||
_OPTIONS["FORCE_DRC_C_BACKEND"] = "1"
|
||||
end
|
||||
@ -527,12 +514,6 @@ configuration { "gmake or ninja" }
|
||||
|
||||
dofile ("toolchain.lua")
|
||||
|
||||
if _OPTIONS["USE_LIBUV"]=="0" then
|
||||
defines {
|
||||
"NO_LIBUV",
|
||||
}
|
||||
end
|
||||
|
||||
if _OPTIONS["targetos"]=="windows" then
|
||||
configuration { "x64" }
|
||||
defines {
|
||||
|
Loading…
Reference in New Issue
Block a user