mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
sync genie (nw)
This commit is contained in:
parent
25b03948bf
commit
4cf1bb79a9
2
3rdparty/genie/build/gmake.darwin/genie.make
vendored
2
3rdparty/genie/build/gmake.darwin/genie.make
vendored
@ -3,6 +3,8 @@ ifndef config
|
||||
config=release
|
||||
endif
|
||||
|
||||
override undefine TARGET
|
||||
|
||||
ifndef verbose
|
||||
SILENT = @
|
||||
endif
|
||||
|
2
3rdparty/genie/build/gmake.linux/genie.make
vendored
2
3rdparty/genie/build/gmake.linux/genie.make
vendored
@ -3,6 +3,8 @@ ifndef config
|
||||
config=release
|
||||
endif
|
||||
|
||||
override undefine TARGET
|
||||
|
||||
ifndef verbose
|
||||
SILENT = @
|
||||
endif
|
||||
|
@ -3,6 +3,8 @@ ifndef config
|
||||
config=release
|
||||
endif
|
||||
|
||||
override undefine TARGET
|
||||
|
||||
ifndef verbose
|
||||
SILENT = @
|
||||
endif
|
||||
|
1
3rdparty/genie/scripts/genie.lua
vendored
1
3rdparty/genie/scripts/genie.lua
vendored
@ -7,6 +7,7 @@
|
||||
-- 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user