mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +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"),
|
ext_includedir("flac"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "vs*" }
|
||||||
|
buildoptions {
|
||||||
|
"/bigobj",
|
||||||
|
}
|
||||||
|
configuration { }
|
||||||
if (_OPTIONS["targetos"] == "windows") then
|
if (_OPTIONS["targetos"] == "windows") then
|
||||||
defines {
|
defines {
|
||||||
"UI_WINDOWS",
|
"UI_WINDOWS",
|
||||||
|
Loading…
Reference in New Issue
Block a user