Updated to lasted msxbuild
This commit is contained in:
parent
8d2dde9b00
commit
c250712cb0
3 changed files with 12 additions and 8 deletions
|
|
@ -8,6 +8,8 @@ BUILD_HELP += \\n\\t* $(DIST_RUN_NAME)
|
|||
|
||||
$(DIST_RUN_BIN):
|
||||
$(call mb_mkdir,$(DIST_RUN_BIN))
|
||||
$(call mb_package_emuctl,$(DIST_RUN_BIN))
|
||||
$(call mb_package_nextor,$(DIST_RUN_BIN))
|
||||
|
||||
$(DIST_RUN_BIN)/init.com: bin/init/init.com | $(DIST_RUN_BIN)
|
||||
cp $< $@;
|
||||
|
|
@ -21,4 +23,4 @@ $(DIST_RUN_BIN)/dome.000: bin/domelib/dome.000 | $(DIST_RUN_BIN)
|
|||
|
||||
$(DIST_RUN_NAME): $(DIST_RUN_INC_BIN)
|
||||
$(call mb_autoexec_open_gui_cmd,$(DIST_RUN_BIN),init)
|
||||
$(call mb_openmsx_dos2,$(DIST_RUN_BIN))
|
||||
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue