mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Merge pull request #5143 from vadosnaprimer/vsllvm_fix
fix vsllvm configuration
This commit is contained in:
commit
2f7753fd43
@ -1303,6 +1303,9 @@ configuration { "vsllvm" }
|
||||
"_CRT_SECURE_NO_DEPRECATE",
|
||||
"_CRT_STDIO_LEGACY_WIDE_SPECIFIERS",
|
||||
}
|
||||
includedirs {
|
||||
MAME_DIR .. "3rdparty/dxsdk/Include"
|
||||
}
|
||||
|
||||
configuration { "vs20*" }
|
||||
defines {
|
||||
@ -1481,6 +1484,7 @@ configuration { "vsllvm" }
|
||||
"-Wno-tautological-undefined-compare",
|
||||
"-Wno-deprecated-declarations",
|
||||
"-Wno-macro-redefined",
|
||||
"-Wno-narrowing",
|
||||
}
|
||||
|
||||
|
||||
|
@ -448,6 +448,7 @@ function osdmodulestargetconf()
|
||||
"dsound",
|
||||
"dxguid",
|
||||
"oleaut32",
|
||||
"winmm",
|
||||
}
|
||||
elseif _OPTIONS["targetos"]=="macosx" then
|
||||
links {
|
||||
|
Loading…
Reference in New Issue
Block a user