Updated msxbuild sdcc function order.
This commit is contained in:
parent
4cc1cfabb7
commit
f3f1ba7405
9 changed files with 26 additions and 26 deletions
|
|
@ -14,10 +14,10 @@ $(DOME_BIN):
|
|||
$(call mb_mkdir,$(DOME_BIN))
|
||||
|
||||
$(DOME_BIN)/%.rel: $(DOME_SRC)/%.asm | $(DOME_BIN)
|
||||
$(call mb_sdcc_compile_asm,$@,$<)
|
||||
$(call mb_sdcc_compile_asm,$<,$@)
|
||||
|
||||
$(DOME_HEX): $(DOME_RELS)
|
||||
$(call mb_sdcc_link_asm_8000,$(DOME_HEX),$(DOME_RELS))
|
||||
$(call mb_sdcc_link_asm_8000,$<,$@)
|
||||
|
||||
$(DOME_DAT): $(DOME_HEX)
|
||||
$(call mb_sdcc_hex2bin,$(DOME_HEX),$(DOME_DAT))
|
||||
$(call mb_sdcc_hex2bin,$<,$@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue