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/devices.lua | |
parent | 4bff9fcca7c89e2a253ffe2dcce35d6276ef404b (diff) |
Remove not longer needed ForceCpp flag (nw)
Diffstat (limited to 'scripts/src/devices.lua')
-rw-r--r-- | scripts/src/devices.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/src/devices.lua b/scripts/src/devices.lua index c46d0db8427..698ff75baee 100644 --- a/scripts/src/devices.lua +++ b/scripts/src/devices.lua @@ -12,7 +12,6 @@ function devicesProject(_target, _subtarget) kind (LIBTYPE) targetsubdir(_target .."_" .. _subtarget) options { - "ForceCPP", "ArchiveSplit", } @@ -53,7 +52,6 @@ if (_OPTIONS["SOURCES"] == nil) then kind (LIBTYPE) targetsubdir(_target .."_" .. _subtarget) options { - "ForceCPP", "ArchiveSplit", } @@ -90,9 +88,6 @@ if #disasm_files > 0 then uuid ("f2d28b0a-6da5-4f78-b629-d834aa00429d") kind (LIBTYPE) targetsubdir(_target .."_" .. _subtarget) - options { - "ForceCPP", - } includedirs { MAME_DIR .. "src/osd", |