mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
fix build (nw)
This commit is contained in:
parent
234620bc1b
commit
145822e21b
@ -1154,7 +1154,7 @@ configuration { "vs*" }
|
||||
"_CRT_STDIO_LEGACY_WIDE_SPECIFIERS",
|
||||
}
|
||||
-- Windows Store/Phone projects already link against the available libraries.
|
||||
if not (string.startswith(_OPTIONS["vs"], "winstore8") or string.startswith(_OPTIONS["vs"], "winphone8")) then
|
||||
if _OPTIONS["vs"]==nil or not (string.startswith(_OPTIONS["vs"], "winstore8") or string.startswith(_OPTIONS["vs"], "winphone8")) then
|
||||
links {
|
||||
"user32",
|
||||
"winmm",
|
||||
|
Loading…
Reference in New Issue
Block a user