diff options
author | 2016-05-31 20:26:24 -0700 | |
---|---|---|
committer | 2016-05-31 20:26:34 -0700 | |
commit | 551d9998f5c6d391569f098a731887f1c72c7fd3 (patch) | |
tree | c5422512e657ee7418b92f7618cd66fe5dd93cb7 /scripts/genie.lua | |
parent | 77c20e43f03b6fd68aff7803348fdfed4ec09edf (diff) |
support msbuild from posix shell
preliminary fastbuild support (experimental in genie)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index cfb30ed95d8..95bb6dba6af 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1265,7 +1265,7 @@ end includedirs { MAME_DIR .. "3rdparty/dxsdk/Include" } -configuration { "vs2015" } +configuration { "vs2015*" } buildoptions { "/wd4334", -- warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) "/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration |