Previous | 199869 Revisions | Next |
r41417 Wednesday 28th October, 2015 at 15:02:38 UTC by Miodrag Milanović |
---|
fix sdl build fix for windows (nw) |
[scripts/src/osd] | sdl.lua |
r249928 | r249929 | |
---|---|---|
55 | 55 | "SDL.dll", |
56 | 56 | } |
57 | 57 | end |
58 | links { | |
59 | "psapi", | |
60 | } | |
58 | 61 | |
59 | 62 | configuration { "mingw*-gcc" } |
60 | 63 | linkoptions{ |
r249928 | r249929 | |
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/01a8a6a208fcea4f988e49d4c964c2989de2df99 |
Previous | 199869 Revisions | Next |