2
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_SRC := src
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
all:
@ -23,6 +24,6 @@ clean:
$(call mb_clean,$(PATH_BIN))
-include Makelocal.mk
include $(MB_PATH_MSXBUILD)/lib/make/msxbuild.mk
include $(PATH_MSXBUILD)/lib/make/msxbuild.mk
include $(INC_LIBS)
include $(INC_MODS)