mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fixed x64 builds with new luaengine on VS2015(nw)
This commit is contained in:
parent
4960ac761d
commit
2682adc5d7
@ -42,6 +42,11 @@ includedirs {
|
||||
ext_includedir("flac"),
|
||||
}
|
||||
|
||||
configuration { "vs*" }
|
||||
buildoptions {
|
||||
"/bigobj",
|
||||
}
|
||||
configuration { }
|
||||
if (_OPTIONS["targetos"] == "windows") then
|
||||
defines {
|
||||
"UI_WINDOWS",
|
||||
|
Loading…
Reference in New Issue
Block a user