fix sdl build fix for windows (nw)

This commit is contained in:
Miodrag Milanovic 2015-10-28 16:02:38 +01:00
parent 4dccbffc01
commit 01a8a6a208

View File

@ -55,6 +55,9 @@ function maintargetosdoptions(_target,_subtarget)
"SDL.dll",
}
end
links {
"psapi",
}
configuration { "mingw*-gcc" }
linkoptions{
@ -467,6 +470,9 @@ if _OPTIONS["with-tools"] then
"SDL.dll",
}
end
links {
"psapi",
}
linkoptions{
"-municode",
}