Previous 199869 Revisions Next

r37095 Saturday 11th April, 2015 at 05:29:41 UTC by Miodrag Milanović
Make it work on VS2010 (nw)
[scripts]genie.lua

trunk/scripts/genie.lua
r245606r245607
10721072         "/wd4463", -- warning C4463: overflow; assigning 1 to bit-field that can only hold values from -1 to 0
10731073         "/wd4297", -- warning C4297: 'xxx::~xxx': function assumed not to throw an exception but does
10741074      }
1075     
1075configuration { "vs2010" }
1076      buildoptions {
1077         "/wd4481", -- warning C4481: nonstandard extension used: override specifier 'override'
1078      }
1079
10761080configuration { "x32", "vs*" }
10771081      libdirs {
10781082         MAME_DIR .. "3rdparty/dxsdk/lib/x86",


Previous 199869 Revisions Next


© 1997-2024 The MAME Team