Previous 199869 Revisions Next

r36772 Sunday 29th March, 2015 at 16:58:12 UTC by Vasantha Crabb
Fix OSD=sdl tools on Windows
[scripts/src/osd]sdl.lua

trunk/scripts/src/osd/sdl.lua
r245283r245284
11function maintargetosdoptions(_target)
22   if _OPTIONS["targetos"]=="windows" then
33      linkoptions{
4         "-municode",
45         "-L$(shell qmake -query QT_INSTALL_LIBS)",
56      }
67
r245283r245284
2930end
3031
3132
32if _OPTIONS["targetos"]=="windows" then
33   linkoptions {
34      "-municode",
35   }
36end
37
38
3933configuration { "mingw*" }
4034      linkoptions {
4135         "-Wl,--allow-multiple-definition",


Previous 199869 Revisions Next


© 1997-2024 The MAME Team