| Previous | 199869 Revisions | Next |
| r36871 Wednesday 1st April, 2015 at 08:57:03 UTC by Miodrag Milanović |
|---|
| uf reverting breaks mingw (nw) |
| [scripts] | genie.lua |
| [scripts/src/osd] | sdl_cfg.lua windows_cfg.lua |
| r245382 | r245383 | |
|---|---|---|
| 333 | 333 | "X64_WINDOWS_ABI", |
| 334 | 334 | } |
| 335 | 335 | configuration { } |
| 336 | defines { | |
| 337 | "UNICODE", | |
| 338 | "_UNICODE", | |
| 339 | "main=utf8_main", | |
| 340 | } | |
| 341 | 336 | end |
| 342 | 337 | |
| 343 | 338 | -- Avoid error when invoking genie --help. |
| r245382 | r245383 | |
|---|---|---|
| 99 | 99 | end |
| 100 | 100 | |
| 101 | 101 | if _OPTIONS["targetos"]=="windows" then |
| 102 | defines { | |
| 103 | "UNICODE", | |
| 104 | "_UNICODE", | |
| 105 | "main=utf8_main", | |
| 106 | } | |
| 107 | ||
| 102 | 108 | configuration { "vs*" } |
| 103 | 109 | includedirs { |
| 104 | 110 | path.join(_OPTIONS["SDL_INSTALL_ROOT"],"include") |
| r245382 | r245383 | |
|---|---|---|
| 1 | 1 | defines { |
| 2 | "UNICODE", | |
| 3 | "_UNICODE", | |
| 2 | 4 | "OSD_WINDOWS", |
| 3 | 5 | "USE_SDL=0", |
| 6 | "main=utf8_main", | |
| 4 | 7 | "_WIN32_WINNT=0x0501", |
| 5 | 8 | } |
| 6 | 9 |
| https://github.com/mamedev/mame/commit/42ffb726fa065a16206a355b9462f90ac2694f10 |
| Previous | 199869 Revisions | Next |