summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Jeffrey Clark <h0tw1r3@users.noreply.github.com>2016-05-31 20:26:24 -0700
committer Jeffrey Clark <h0tw1r3@users.noreply.github.com>2016-05-31 20:26:34 -0700
commit551d9998f5c6d391569f098a731887f1c72c7fd3 (patch)
treec5422512e657ee7418b92f7618cd66fe5dd93cb7 /scripts/genie.lua
parent77c20e43f03b6fd68aff7803348fdfed4ec09edf (diff)
support msbuild from posix shell
preliminary fastbuild support (experimental in genie)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua2
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