mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed issue that genie did not update when arcade.lua or mess.lua only changed (nw)
This commit is contained in:
parent
2098cdc12b
commit
09f75f519d
5
makefile
5
makefile
@ -674,6 +674,11 @@ SCRIPTS = scripts/genie.lua \
|
||||
$(wildcard src/osd/$(OSD)/$(OSD).mak) \
|
||||
$(wildcard src/$(TARGET)/$(SUBTARGET).mak)
|
||||
|
||||
ifeq ($(SUBTARGET),mame)
|
||||
SCRIPTS += scripts/target/$(TARGET)/arcade.lua
|
||||
SCRIPTS += scripts/target/$(TARGET)/mess.lua
|
||||
endif
|
||||
|
||||
ifndef SOURCES
|
||||
SCRIPTS += scripts/target/$(TARGET)/$(SUBTARGET).lua
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user