mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
and even more (nw)
This commit is contained in:
parent
f4a3b373df
commit
9b8b9062ff
@ -273,11 +273,14 @@ elseif _OPTIONS["osd"]=="sdl" then
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
configuration { "mingw* or vs*", "x64" }
|
if _OPTIONS["targetos"]=="windows" then
|
||||||
|
configuration { "x64" }
|
||||||
defines {
|
defines {
|
||||||
"X64_WINDOWS_ABI",
|
"X64_WINDOWS_ABI",
|
||||||
}
|
}
|
||||||
configuration { }
|
configuration { }
|
||||||
|
end
|
||||||
|
|
||||||
-- Avoid error when invoking genie --help.
|
-- Avoid error when invoking genie --help.
|
||||||
if (_ACTION == nil) then return false end
|
if (_ACTION == nil) then return false end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user