Previous | 199869 Revisions | Next |
r41419 Wednesday 28th October, 2015 at 15:03:09 UTC by Miodrag Milanović |
---|
Merge branch 'master' of https://github.com/mamedev/mame |
[scripts/src/osd] | sdl.lua |
r249930 | r249931 | |
---|---|---|
55 | 55 | "SDL.dll", |
56 | 56 | } |
57 | 57 | end |
58 | links { | |
59 | "psapi", | |
60 | } | |
58 | 61 | |
59 | 62 | configuration { "mingw*-gcc" } |
60 | 63 | linkoptions{ |
r249930 | r249931 | |
467 | 470 | "SDL.dll", |
468 | 471 | } |
469 | 472 | end |
473 | links { | |
474 | "psapi", | |
475 | } | |
470 | 476 | linkoptions{ |
471 | 477 | "-municode", |
472 | 478 | } |
https://github.com/mamedev/mame/commit/d9c87dee71e52ebd9a2520dc00a34d61c34cdc4b |
Previous | 199869 Revisions | Next |