Renamed function and made safe.
This commit is contained in:
parent
8578c8eee5
commit
54dec85047
13 changed files with 88 additions and 81 deletions
|
|
@ -7,7 +7,7 @@ DIST_RUN_INC_BIN := $(patsubst %,$(DIST_RUN_BIN)/%,$(DIST_RUN_INC))
|
|||
BUILD_HELP += \\n\\t* $(DIST_RUN_NAME)\\n\\t* $(DIST_RUN_BIN)/@flight-video
|
||||
|
||||
$(DIST_RUN_BIN):
|
||||
$(call mb_mkdir,$(DIST_RUN_BIN))
|
||||
$(call mb_make_call,mb_os_dir_create,$(DIST_RUN_BIN))
|
||||
|
||||
$(DIST_RUN_BIN)/init.com: bin/init/init.com | $(DIST_RUN_BIN)
|
||||
cp $< $@;
|
||||
|
|
@ -20,8 +20,8 @@ $(DIST_RUN_BIN)/dome.000: bin/domelib/dome.000 | $(DIST_RUN_BIN)
|
|||
cp src/gfx/org/*.zop $(DIST_RUN_BIN);
|
||||
|
||||
$(DIST_RUN_NAME): $(DIST_RUN_INC_BIN)
|
||||
$(call mb_msxpipe_run_gui_mouse,$(DIST_RUN_BIN),init)
|
||||
$(call mb_make_call,mb_msxpipe_run_gui_mouse,$(DIST_RUN_BIN),init)
|
||||
|
||||
.PHONY: $(DIST_RUN_BIN)/@flight-video
|
||||
$(DIST_RUN_BIN)/@flight-video:
|
||||
$(if $(filter on,$(MB_FLIGHT_VIDEO)),$(call mb_create_flight_video,$(PATH_BIN)))
|
||||
$(if $(filter on,$(MB_FLIGHT_VIDEO)),$(call mb_make_call,mb_flight_video_merge,$(PATH_BIN)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue