2
Fork 0

Updated to lastest msxbuild.

This commit is contained in:
Willem Cazander 2024-06-29 03:24:20 +02:00
parent f53bf1bff5
commit 2a552d2bb7
2 changed files with 4 additions and 6 deletions

View file

@ -8,12 +8,10 @@ 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_autoexec_open_gui80,$(DIST_RUN_BIN),tara)
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))