Previous 199869 Revisions Next

r36717 Friday 27th March, 2015 at 15:43:54 UTC by Miodrag Milanović
and even more (nw)
[scripts]genie.lua

trunk/scripts/genie.lua
r245228r245229
273273   }
274274end
275275
276configuration { "mingw* or vs*", "x64" }
276if _OPTIONS["targetos"]=="windows" then
277configuration { "x64" }
277278   defines {
278279      "X64_WINDOWS_ABI",
279280   }
280281configuration { }
282end
283
281284-- Avoid error when invoking genie --help.
282285if (_ACTION == nil) then return false end
283286


Previous 199869 Revisions Next


© 1997-2024 The MAME Team