From e4ee887d5cdffb6767e1078fe9dca32d7c920f2e Mon Sep 17 00:00:00 2001 From: Robbbert Date: Tue, 29 Oct 2019 10:49:22 +1100 Subject: 0.215 Release files --- docs/release/scripts/src/tools.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/release/scripts/src/tools.lua') diff --git a/docs/release/scripts/src/tools.lua b/docs/release/scripts/src/tools.lua index aa966e7763b..09f8739e30a 100644 --- a/docs/release/scripts/src/tools.lua +++ b/docs/release/scripts/src/tools.lua @@ -133,6 +133,15 @@ files { configuration { "mingw*" or "vs*" } targetextension ".exe" +-- workaround for https://developercommunity.visualstudio.com/content/problem/752372/vs2019-v1631-c-internal-compiler-error-when-zi-opt.html +-- should be fixed in 16.5 +configuration { "Debug", "vs2019" } + if _OPTIONS["vs"]==nil then + flags { + "NoEditAndContinue", + } + end + configuration { } strip() @@ -749,6 +758,15 @@ files { configuration { "mingw*" or "vs*" } targetextension ".exe" +-- workaround for https://developercommunity.visualstudio.com/content/problem/752372/vs2019-v1631-c-internal-compiler-error-when-zi-opt.html +-- should be fixed in 16.5 +configuration { "Debug", "vs2019" } + if _OPTIONS["vs"]==nil then + flags { + "NoEditAndContinue", + } + end + configuration { } strip() @@ -813,6 +831,7 @@ if (_OPTIONS["osd"] == "sdl") then end links { + "utils", "ocore_" .. _OPTIONS["osd"], ext_lib("utf8proc"), } @@ -876,6 +895,7 @@ if (_OPTIONS["osd"] == "sdl") then includedirs { MAME_DIR .. "src/osd", + MAME_DIR .. "src/lib/util", } files { -- cgit v1.2.3-70-g09d2