Previous 199869 Revisions Next

r36726 Saturday 28th March, 2015 at 05:20:04 UTC by Vasantha Crabb
Put some OSD libs back in main GENie file to fix WinSDL build for now
[scripts]genie.lua
[scripts/src/osd]sdl.lua

trunk/scripts/genie.lua
r245237r245238
678678         "-static-libstdc++",
679679         "-municode",
680680      }
681if _OPTIONS["osd"]=="sdl" then
681682      links {
683         "opengl32",
684         "SDL2",
685         "Imm32",
686         "version",
687         "ole32",
688         "oleaut32",
689      }
690end
691      links {
682692         "user32",
683693         "gdi32",
684694         "dsound",
trunk/scripts/src/osd/sdl.lua
r245237r245238
1616         "-Wl,--allow-multiple-definition",
1717         "-static"
1818      }
19      links {
20         "opengl32",
21         "SDL2",
22         "Imm32",
23         "version",
24         "ole32",
25         "oleaut32",
26      }
2719
2820configuration { }
2921


Previous 199869 Revisions Next


© 1997-2024 The MAME Team