Updated to lasted msxbuild version
This commit is contained in:
parent
deff8cf212
commit
4e8ac97877
4 changed files with 10 additions and 8 deletions
5
Makefile
5
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue