Updated to lastest msxbuild version.
This commit is contained in:
parent
256a50ce80
commit
09666a622e
11 changed files with 30 additions and 36 deletions
|
|
@ -14,10 +14,10 @@ $(DOME_BIN):
|
|||
$(call mb_mkdir,$(DOME_BIN))
|
||||
|
||||
$(DOME_BIN)/%.rel: $(DOME_SRC)/%.asm | $(DOME_BIN)
|
||||
$(call mb_compile_asm,$@,$<)
|
||||
$(call mb_sdcc_compile_asm,$@,$<)
|
||||
|
||||
$(DOME_HEX): $(DOME_RELS)
|
||||
$(call mb_link_asm_8000,$(DOME_HEX),$(DOME_RELS))
|
||||
$(call mb_sdcc_link_asm_8000,$(DOME_HEX),$(DOME_RELS))
|
||||
|
||||
$(DOME_DAT): $(DOME_HEX)
|
||||
$(call mb_hex2bin,$(DOME_HEX),$(DOME_DAT))
|
||||
$(call mb_sdcc_hex2bin,$(DOME_HEX),$(DOME_DAT))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue