diff options
| author | 2016-11-03 19:09:55 +0100 | |
|---|---|---|
| committer | 2016-11-03 19:09:55 +0100 | |
| commit | 2682adc5d756912ff41c4bbe4021260c8c15e1db (patch) | |
| tree | ccafd710d22615f258ebf84070ec1077dff38f49 /scripts | |
| parent | 4960ac761d23a7ccc640e0824cd16b10403450da (diff) | |
Fixed x64 builds with new luaengine on VS2015(nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/mame/frontend.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/src/mame/frontend.lua b/scripts/src/mame/frontend.lua index 93129cf85d9..bb89b1b3350 100644 --- a/scripts/src/mame/frontend.lua +++ b/scripts/src/mame/frontend.lua @@ -42,6 +42,11 @@ includedirs { ext_includedir("flac"), } +configuration { "vs*" } + buildoptions { + "/bigobj", + } +configuration { } if (_OPTIONS["targetos"] == "windows") then defines { "UI_WINDOWS", |
