From 2382be9ea8de81e81a4c410342d0c17a2e345565 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 9 Jan 2016 21:11:04 +0100 Subject: removed jsoncpp (nw) --- scripts/src/3rdparty.lua | 26 -------------------------- scripts/src/main.lua | 1 - 2 files changed, 27 deletions(-) (limited to 'scripts/src') diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 9280da85f66..2bee6477f01 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -492,32 +492,6 @@ project "lsqlite3" MAME_DIR .. "3rdparty/lsqlite3/lsqlite3.c", } --------------------------------------------------- --- jsoncpp library objects --------------------------------------------------- - -project "jsoncpp" - uuid "ae023ff3-d712-4e54-adc5-3b56a148650f" - kind "StaticLib" - - configuration { "vs2015" } - buildoptions { - "/wd4456", -- warning C4456: declaration of 'xxx' hides previous local declaration - } - - configuration { } - - includedirs { - MAME_DIR .. "3rdparty/jsoncpp/include", - } - - files { - MAME_DIR .. "3rdparty/jsoncpp/src/lib_json/json_reader.cpp", - MAME_DIR .. "3rdparty/jsoncpp/src/lib_json/json_value.cpp", - MAME_DIR .. "3rdparty/jsoncpp/src/lib_json/json_writer.cpp", - - } - -------------------------------------------------- -- SQLite3 library objects -------------------------------------------------- diff --git a/scripts/src/main.lua b/scripts/src/main.lua index cd240f23edb..df5e77641a3 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -129,7 +129,6 @@ end "7z", "lua", "lsqlite3", - "jsoncpp", } if _OPTIONS["with-bundled-zlib"] then -- cgit v1.2.3-70-g09d2