mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Make it work on VS2010 (nw)
This commit is contained in:
parent
1f98da4cd4
commit
7950ff092e
@ -1072,6 +1072,10 @@ configuration { "vs2015" }
|
|||||||
"/wd4463", -- warning C4463: overflow; assigning 1 to bit-field that can only hold values from -1 to 0
|
"/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
|
"/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*" }
|
configuration { "x32", "vs*" }
|
||||||
libdirs {
|
libdirs {
|
||||||
|
Loading…
Reference in New Issue
Block a user