2
0
Fork 0

Updated to lastest msxbuild version.

This commit is contained in:
Willem Cazander 2024-06-29 03:29:29 +02:00
parent 256a50ce80
commit 09666a622e
11 changed files with 30 additions and 36 deletions

View file

@ -8,8 +8,6 @@ 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 $< $@;
@ -22,5 +20,5 @@ $(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_autoexec_open_gui_cmd,$(DIST_RUN_BIN),init)
$(call mb_autoexec_open_gui80,$(DIST_RUN_BIN),init)
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))