mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
fix sdl build fix for windows (nw)
This commit is contained in:
parent
4dccbffc01
commit
01a8a6a208
@ -55,6 +55,9 @@ function maintargetosdoptions(_target,_subtarget)
|
|||||||
"SDL.dll",
|
"SDL.dll",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
links {
|
||||||
|
"psapi",
|
||||||
|
}
|
||||||
|
|
||||||
configuration { "mingw*-gcc" }
|
configuration { "mingw*-gcc" }
|
||||||
linkoptions{
|
linkoptions{
|
||||||
@ -467,6 +470,9 @@ if _OPTIONS["with-tools"] then
|
|||||||
"SDL.dll",
|
"SDL.dll",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
links {
|
||||||
|
"psapi",
|
||||||
|
}
|
||||||
linkoptions{
|
linkoptions{
|
||||||
"-municode",
|
"-municode",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user