Migrated to lastest msxbuild.
This commit is contained in:
parent
54dec85047
commit
dd30111a13
12 changed files with 61 additions and 62 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_make_call,mb_os_dir_create,$(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_make_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_make_call,mb_flight_video_merge,$(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