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/lib.lua | |
parent | 4bff9fcca7c89e2a253ffe2dcce35d6276ef404b (diff) |
Remove not longer needed ForceCpp flag (nw)
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r-- | scripts/src/lib.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index f4739324d72..85e71249938 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -5,10 +5,6 @@ project "utils" uuid "22489ad0-4cb2-4d91-ad81-24b0d80ca30a" kind (LIBTYPE) - options { - "ForceCPP", - } - includedirs { MAME_DIR .. "src/osd", MAME_DIR .. "src/lib/util", @@ -102,7 +98,6 @@ project "formats" kind (LIBTYPE) options { - "ForceCPP", "ArchiveSplit", } |