Updated to lastest msxbuild
This commit is contained in:
parent
59b4c71fad
commit
ca8f575d2d
26 changed files with 118 additions and 224 deletions
|
|
@ -6,15 +6,16 @@ MENU_HEX := $(MENU_BIN)/$(MENU_NAME).hex
|
|||
MENU_DAT := $(MENU_BIN)/$(MENU_NAME).dat
|
||||
MENU_RELS := $(MENU_BIN)/$(MENU_NAME).rel
|
||||
MENU_CODE := $(MENU_SRC)/$(MENU_NAME).asm
|
||||
BUILD_HELP += \\n\\t* $(MENU_DAT)
|
||||
|
||||
$(MENU_BIN):
|
||||
$(call mod_mkdir,$(MENU_BIN))
|
||||
$(call mb_mkdir,$(MENU_BIN))
|
||||
|
||||
$(MENU_BIN)/%.rel: $(MENU_SRC)/%.asm | $(MENU_BIN)
|
||||
$(call mod_compile_asm,$@,$<)
|
||||
$(call mb_compile_asm,$@,$<)
|
||||
|
||||
$(MENU_HEX): $(MENU_RELS)
|
||||
$(call mod_link_asm_8000,$(MENU_HEX),$(MENU_RELS))
|
||||
$(call mb_link_asm_8000,$(MENU_HEX),$(MENU_RELS))
|
||||
|
||||
$(MENU_DAT): $(MENU_HEX)
|
||||
$(call mod_hex2dat,$(MENU_HEX),$(MENU_DAT))
|
||||
$(call mb_hex2dat,$(MENU_HEX),$(MENU_DAT))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue