2
0
Fork 0

Updated to lasted msxbuild version

This commit is contained in:
Willem Cazander 2020-05-02 04:50:18 +02:00
parent deff8cf212
commit 4e8ac97877
4 changed files with 10 additions and 8 deletions

View file

@ -8,7 +8,8 @@ INC_LIBS := $(call rwildcard, src, */0module.lib.mk)
PATH_BIN := bin PATH_BIN := bin
PATH_SRC := src PATH_SRC := src
BUILD_HELP := "Use one of the following build targets;\\n\\t* clean" BUILD_HELP := "Use one of the following build targets;\\n\\t* clean"
MB_OPENMSX_EXT := -ext video9000 MB_OPENMSX_EXTS += -ext video9000
MB_OPENMSX_JOYPORTA := mouse
.PHONY: all .PHONY: all
all: all:
@ -23,6 +24,6 @@ clean:
$(call mb_clean,$(PATH_BIN)) $(call mb_clean,$(PATH_BIN))
-include Makelocal.mk -include Makelocal.mk
include $(MB_PATH_MSXBUILD)/lib/make/msxbuild.mk include $(PATH_MSXBUILD)/lib/make/msxbuild.mk
include $(INC_LIBS) include $(INC_LIBS)
include $(INC_MODS) include $(INC_MODS)

View file

@ -3,7 +3,8 @@
# #
# Change to local installations if needed; # Change to local installations if needed;
#MB_PATH_SDCC ?= /usr/bin #PATH_SDCC ?= /usr/bin
#MB_PATH_HEX2BIN ?= /usr/bin #PATH_HEX2BIN ?= /usr/bin
#MB_PATH_OPENMSX ?= /opt/openMSX/bin/ #PATH_OPENMSX ?= /opt/openMSX/bin/
#MB_PATH_MSXBUILD ?= /opt/msxbuild #PATH_MSXBUILD ?= /opt/msxbuild
#PATH_OMSXCTL ?= ~/opt/omsxctl-1.0

View file

@ -13,5 +13,5 @@ $(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_copy_autoexec_run,$(DIST_RUN_BIN),tara) $(call mb_autoexec_open_gui_cmd,$(DIST_RUN_BIN),tara)
$(call mb_run_openmsx_dos2,$(DIST_RUN_BIN)) $(call mb_openmsx_dos2,$(DIST_RUN_BIN))