diff options
author | 2015-12-06 17:07:50 +0100 | |
---|---|---|
committer | 2015-12-06 17:07:50 +0100 | |
commit | 6a765a95ecbd957fc95687e5a63b546cd6ae5b97 (patch) | |
tree | aea0fbeceeba8af92f549bdb42ee0c015abd1dec /scripts/src/lib.lua | |
parent | 3afd02d896139b07d074d9e66698779e698c87b0 (diff) |
Added addprojectflags function and added -Wsuggest-override for all that are not 3rdparty projects.
It is place where all additional checks we should put
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r-- | scripts/src/lib.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index a567514f9c0..8c9162ccd65 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -13,6 +13,8 @@ project "utils" uuid "22489ad0-4cb2-4d91-ad81-24b0d80ca30a" kind (LIBTYPE) + addprojectflags() + includedirs { MAME_DIR .. "src/osd", MAME_DIR .. "src/lib/util", @@ -105,6 +107,8 @@ project "formats" uuid "f69636b1-fcce-45ce-b09a-113e371a2d7a" kind (LIBTYPE) + addprojectflags() + options { "ArchiveSplit", } |