summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-03-10 19:20:56 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-03-10 19:20:56 +0100
commit4cf1bb79a924f880658819b532fa279754478c43 (patch)
treed7546be1c63362eb9c16a1c39b0e44ff5973c6ba
parent25b03948bf5a17fa1f9cc7b5ee60d468dbee9992 (diff)
sync genie (nw)
-rw-r--r--3rdparty/genie/build/gmake.darwin/genie.make2
-rw-r--r--3rdparty/genie/build/gmake.linux/genie.make2
-rw-r--r--3rdparty/genie/build/gmake.windows/genie.make2
-rw-r--r--3rdparty/genie/scripts/genie.lua3
4 files changed, 8 insertions, 1 deletions
diff --git a/3rdparty/genie/build/gmake.darwin/genie.make b/3rdparty/genie/build/gmake.darwin/genie.make
index 328b7e2b067..e532179d4b1 100644
--- a/3rdparty/genie/build/gmake.darwin/genie.make
+++ b/3rdparty/genie/build/gmake.darwin/genie.make
@@ -3,6 +3,8 @@ ifndef config
config=release
endif
+override undefine TARGET
+
ifndef verbose
SILENT = @
endif
diff --git a/3rdparty/genie/build/gmake.linux/genie.make b/3rdparty/genie/build/gmake.linux/genie.make
index 336bc48182f..bc4c40cda53 100644
--- a/3rdparty/genie/build/gmake.linux/genie.make
+++ b/3rdparty/genie/build/gmake.linux/genie.make
@@ -3,6 +3,8 @@ ifndef config
config=release
endif
+override undefine TARGET
+
ifndef verbose
SILENT = @
endif
diff --git a/3rdparty/genie/build/gmake.windows/genie.make b/3rdparty/genie/build/gmake.windows/genie.make
index 7d6de8b1953..237eebc1c18 100644
--- a/3rdparty/genie/build/gmake.windows/genie.make
+++ b/3rdparty/genie/build/gmake.windows/genie.make
@@ -3,6 +3,8 @@ ifndef config
config=release
endif
+override undefine TARGET
+
ifndef verbose
SILENT = @
endif
diff --git a/3rdparty/genie/scripts/genie.lua b/3rdparty/genie/scripts/genie.lua
index b7abaff1418..24fe8313c58 100644
--- a/3rdparty/genie/scripts/genie.lua
+++ b/3rdparty/genie/scripts/genie.lua
@@ -7,7 +7,8 @@
-- default when folks build using the makefile. That way they don't have to
-- worry about the /scripts argument and all that.
--
-
+ premake.make.undefine = { "TARGET" }
+
solution "genie"
configurations {
"Release",