Tmp added merge target for after dist-run.
This commit is contained in:
parent
f3f1ba7405
commit
4f19c9dc41
|
@ -4,7 +4,7 @@ DIST_RUN_BIN := $(PATH_BIN)/$(DIST_RUN_NAME)
|
|||
DIST_RUN_SRC := $(PATH_SRC)/$(DIST_RUN_NAME)
|
||||
DIST_RUN_INC := init.com dome.000
|
||||
DIST_RUN_INC_BIN := $(patsubst %,$(DIST_RUN_BIN)/%,$(DIST_RUN_INC))
|
||||
BUILD_HELP += \\n\\t* $(DIST_RUN_NAME)
|
||||
BUILD_HELP += \\n\\t* $(DIST_RUN_NAME)\\n\\t* $(DIST_RUN_BIN)/@flight-video
|
||||
|
||||
$(DIST_RUN_BIN):
|
||||
$(call mb_mkdir,$(DIST_RUN_BIN))
|
||||
|
@ -22,3 +22,7 @@ $(DIST_RUN_BIN)/dome.000: bin/domelib/dome.000 | $(DIST_RUN_BIN)
|
|||
$(DIST_RUN_NAME): $(DIST_RUN_INC_BIN)
|
||||
$(call mb_autoexec_show_gui80_mouse,$(DIST_RUN_BIN),init)
|
||||
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))
|
||||
|
||||
.PHONY: $(DIST_RUN_BIN)/@flight-video
|
||||
$(DIST_RUN_BIN)/@flight-video:
|
||||
$(if $(filter on,$(MB_FLIGHT_VIDEO)),$(call mb_create_flight_video,$(PATH_BIN)))
|
||||
|
|
Loading…
Reference in a new issue