summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-11 07:29:41 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-11 07:29:41 +0200
commit7950ff092eccbe66af4bf8697dc1eb5c5e3bae40 (patch)
tree12b48b59a64b76e78168f2943ff007858142781a /scripts/genie.lua
parent1f98da4cd409851b829096c4c5d2e1cebf34f2f9 (diff)
Make it work on VS2010 (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 5fd802365a3..e30795b5baa 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1072,7 +1072,11 @@ configuration { "vs2015" }
"/wd4463", -- warning C4463: overflow; assigning 1 to bit-field that can only hold values from -1 to 0
"/wd4297", -- warning C4297: 'xxx::~xxx': function assumed not to throw an exception but does
}
-
+configuration { "vs2010" }
+ buildoptions {
+ "/wd4481", -- warning C4481: nonstandard extension used: override specifier 'override'
+ }
+
configuration { "x32", "vs*" }
libdirs {
MAME_DIR .. "3rdparty/dxsdk/lib/x86",