Put some OSD libs back in main GENie file to fix WinSDL build for now

This commit is contained in:
Vas Crabb 2015-03-28 16:20:04 +11:00
parent a9bc80bd4b
commit 4303fbc35c
2 changed files with 10 additions and 8 deletions

View file

@ -678,6 +678,16 @@ configuration { "mingw*" }
"-static-libstdc++",
"-municode",
}
if _OPTIONS["osd"]=="sdl" then
links {
"opengl32",
"SDL2",
"Imm32",
"version",
"ole32",
"oleaut32",
}
end
links {
"user32",
"gdi32",

View file

@ -16,14 +16,6 @@ configuration { "mingw*" }
"-Wl,--allow-multiple-definition",
"-static"
}
links {
"opengl32",
"SDL2",
"Imm32",
"version",
"ole32",
"oleaut32",
}
configuration { }