trunk/scripts/genie.lua
| r245227 | r245228 | |
| 267 | 267 | forcedincludes { |
| 268 | 268 | MAME_DIR .. "src/osd/windows/winprefix.h" |
| 269 | 269 | } |
| 270 | | configuration { "x64" } |
| 271 | | defines { |
| 272 | | "X64_WINDOWS_ABI", |
| 273 | | } |
| 274 | | configuration { } |
| 275 | 270 | elseif _OPTIONS["osd"]=="sdl" then |
| 276 | 271 | forcedincludes { |
| 277 | 272 | MAME_DIR .. "src/osd/sdl/sdlprefix.h" |
| 278 | 273 | } |
| 279 | 274 | end |
| 280 | 275 | |
| 276 | configuration { "mingw* or vs*", "x64" } |
| 277 | defines { |
| 278 | "X64_WINDOWS_ABI", |
| 279 | } |
| 280 | configuration { } |
| 281 | 281 | -- Avoid error when invoking genie --help. |
| 282 | 282 | if (_ACTION == nil) then return false end |
| 283 | 283 | |