diff options
| author | 2015-11-08 13:44:34 +0100 | |
|---|---|---|
| committer | 2015-11-08 13:44:34 +0100 | |
| commit | 033227778e267fc3f8b6cd511684315cea9ffc64 (patch) | |
| tree | b56f5c903c78982e70fd43ab96deb9261eba3252 /scripts/src/3rdparty.lua | |
| parent | 4bff9fcca7c89e2a253ffe2dcce35d6276ef404b (diff) | |
Remove not longer needed ForceCpp flag (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
| -rw-r--r-- | scripts/src/3rdparty.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 06fbc35e71c..665033419d8 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -22,10 +22,6 @@ project "expat" } configuration { } - options { - "ForceCPP", - } - files { MAME_DIR .. "3rdparty/expat/lib/xmlparse.c", MAME_DIR .. "3rdparty/expat/lib/xmlrole.c", @@ -475,10 +471,6 @@ project "jsoncpp" configuration { } - options { - "ForceCPP", - } - includedirs { MAME_DIR .. "3rdparty/jsoncpp/include", } |
