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
|
config=release
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
override undefine TARGET
|
||||||
|
|
||||||
ifndef verbose
|
ifndef verbose
|
||||||
SILENT = @
|
SILENT = @
|
||||||
endif
|
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
|
config=release
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
override undefine TARGET
|
||||||
|
|
||||||
ifndef verbose
|
ifndef verbose
|
||||||
SILENT = @
|
SILENT = @
|
||||||
endif
|
endif
|
||||||
|
@ -3,6 +3,8 @@ ifndef config
|
|||||||
config=release
|
config=release
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
override undefine TARGET
|
||||||
|
|
||||||
ifndef verbose
|
ifndef verbose
|
||||||
SILENT = @
|
SILENT = @
|
||||||
endif
|
endif
|
||||||
|
3
3rdparty/genie/scripts/genie.lua
vendored
3
3rdparty/genie/scripts/genie.lua
vendored
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user