Merge pull request #5143 from vadosnaprimer/vsllvm_fix

fix vsllvm configuration
This commit is contained in:
R. Belmont 2019-06-03 16:51:44 -04:00 committed by GitHub
commit 2f7753fd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -1303,6 +1303,9 @@ configuration { "vsllvm" }
"_CRT_SECURE_NO_DEPRECATE", "_CRT_SECURE_NO_DEPRECATE",
"_CRT_STDIO_LEGACY_WIDE_SPECIFIERS", "_CRT_STDIO_LEGACY_WIDE_SPECIFIERS",
} }
includedirs {
MAME_DIR .. "3rdparty/dxsdk/Include"
}
configuration { "vs20*" } configuration { "vs20*" }
defines { defines {
@ -1481,6 +1484,7 @@ configuration { "vsllvm" }
"-Wno-tautological-undefined-compare", "-Wno-tautological-undefined-compare",
"-Wno-deprecated-declarations", "-Wno-deprecated-declarations",
"-Wno-macro-redefined", "-Wno-macro-redefined",
"-Wno-narrowing",
} }

View File

@ -448,6 +448,7 @@ function osdmodulestargetconf()
"dsound", "dsound",
"dxguid", "dxguid",
"oleaut32", "oleaut32",
"winmm",
} }
elseif _OPTIONS["targetos"]=="macosx" then elseif _OPTIONS["targetos"]=="macosx" then
links { links {