2
0
Fork 0

Updated to lastest msxbuild

This commit is contained in:
Willem Cazander 2024-06-21 21:39:15 +02:00
parent 878423fbfc
commit 3101ab371b

View file

@ -8,10 +8,12 @@ BUILD_HELP += \\n\\t* $(DIST_RUN_NAME)
$(DIST_RUN_BIN): $(DIST_RUN_BIN):
$(call mb_mkdir,$(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) $(DIST_RUN_DEP): $(DIST_RUN_DEP_TAR) | $(DIST_RUN_BIN)
$(call mb_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN)) $(call mb_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN))
$(DIST_RUN_NAME): $(DIST_RUN_DEP) $(DIST_RUN_NAME): $(DIST_RUN_DEP)
$(call mb_autoexec_open_gui_cmd,$(DIST_RUN_BIN),tara) $(call mb_autoexec_open_gui_cmd,$(DIST_RUN_BIN),tara)
$(call mb_openmsx_dos2,$(DIST_RUN_BIN)) $(call mb_openmsx_dosctl,$(DIST_RUN_BIN))