mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Put some OSD libs back in main GENie file to fix WinSDL build for now
This commit is contained in:
parent
a9bc80bd4b
commit
4303fbc35c
2 changed files with 10 additions and 8 deletions
|
@ -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",
|
||||
|
|
|
@ -16,14 +16,6 @@ configuration { "mingw*" }
|
|||
"-Wl,--allow-multiple-definition",
|
||||
"-static"
|
||||
}
|
||||
links {
|
||||
"opengl32",
|
||||
"SDL2",
|
||||
"Imm32",
|
||||
"version",
|
||||
"ole32",
|
||||
"oleaut32",
|
||||
}
|
||||
|
||||
configuration { }
|
||||
|
||||
|
|
Loading…
Reference in a new issue