mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +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",
|
||||
}
|
||||
end
|
||||
links {
|
||||
"psapi",
|
||||
}
|
||||
|
||||
configuration { "mingw*-gcc" }
|
||||
linkoptions{
|
||||
@ -467,6 +470,9 @@ if _OPTIONS["with-tools"] then
|
||||
"SDL.dll",
|
||||
}
|
||||
end
|
||||
links {
|
||||
"psapi",
|
||||
}
|
||||
linkoptions{
|
||||
"-municode",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user