summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/scripts/genie.lua')
-rw-r--r--3rdparty/genie/scripts/genie.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/genie/scripts/genie.lua b/3rdparty/genie/scripts/genie.lua
index 468aa5359ce..fbf273030b9 100644
--- a/3rdparty/genie/scripts/genie.lua
+++ b/3rdparty/genie/scripts/genie.lua
@@ -8,7 +8,7 @@
-- worry about the /scripts argument and all that.
--
premake.make.override = { "TARGET" }
-
+
solution "genie"
configurations {
"Release",
@@ -33,15 +33,15 @@
"../**.lua",
"../src/**.h",
"../src/**.c",
- "../src/host/scripts.c"
+ "../src/host/scripts.c",
}
- excludes {
+ removefiles {
"../src/premake.lua",
"../src/host/lua-5.2.3/src/lua.c",
"../src/host/lua-5.2.3/src/luac.c",
"../src/host/lua-5.2.3/**.lua",
- "../src/host/lua-5.2.3/etc/*.c"
+ "../src/host/lua-5.2.3/etc/*.c",
}
configuration "Debug"