sync genie (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-10 19:20:56 +01:00
parent 25b03948bf
commit 4cf1bb79a9
4 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,8 @@ ifndef config
config=release config=release
endif endif
override undefine TARGET
ifndef verbose ifndef verbose
SILENT = @ SILENT = @
endif endif

View File

@ -3,6 +3,8 @@ ifndef config
config=release config=release
endif endif
override undefine TARGET
ifndef verbose ifndef verbose
SILENT = @ SILENT = @
endif endif

View File

@ -3,6 +3,8 @@ ifndef config
config=release config=release
endif endif
override undefine TARGET
ifndef verbose ifndef verbose
SILENT = @ SILENT = @
endif endif

View File

@ -7,7 +7,8 @@
-- default when folks build using the makefile. That way they don't have to -- default when folks build using the makefile. That way they don't have to
-- worry about the /scripts argument and all that. -- worry about the /scripts argument and all that.
-- --
premake.make.undefine = { "TARGET" }
solution "genie" solution "genie"
configurations { configurations {
"Release", "Release",