diff options
author | 2016-11-03 10:04:29 +0100 | |
---|---|---|
committer | 2016-11-03 10:04:29 +0100 | |
commit | 330e3cb28ec6ab5af62fa17f5293c86a18c25ab0 (patch) | |
tree | e250e077d64abd0d9bc4f604278bf029d4b6f3f9 /scripts/genie.lua | |
parent | a74e7b041e5d3231c10b244894e298aba710689d (diff) |
Finally sync with GENie, no more local changes (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index a49c77ecde5..576b031bd22 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -2,6 +2,10 @@ -- copyright-holders:MAMEdev Team STANDALONE = false +-- Big project specific +premake.make.makefile_ignore = true +premake._checkgenerate = false + newoption { trigger = 'build-dir', description = 'Build directory name', |