Updated to lastest msxbuild
This commit is contained in:
parent
878423fbfc
commit
3101ab371b
|
@ -8,10 +8,12 @@ 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_DEP): $(DIST_RUN_DEP_TAR) | $(DIST_RUN_BIN)
|
||||
$(call mb_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN))
|
||||
|
||||
$(DIST_RUN_NAME): $(DIST_RUN_DEP)
|
||||
$(call mb_autoexec_open_gui_cmd,$(DIST_RUN_BIN),tara)
|
||||
$(call mb_openmsx_dos2,$(DIST_RUN_BIN))
|
||||
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))
|
||||
|
|
Loading…
Reference in a new issue