Updated msxbuild sdcc function order.
This commit is contained in:
parent
4cc1cfabb7
commit
f3f1ba7405
9 changed files with 26 additions and 26 deletions
|
|
@ -12,10 +12,10 @@ $(BIOS_BIN):
|
|||
$(call mb_mkdir,$(BIOS_BIN))
|
||||
|
||||
$(BIOS_BIN)/%.rel: $(BIOS_SRC)/%.asm | $(BIOS_BIN)
|
||||
$(call mb_sdcc_compile_asm,$@,$<)
|
||||
$(call mb_sdcc_compile_asm,$<,$@)
|
||||
|
||||
$(BIOS_HEX): $(BIOS_RELS)
|
||||
$(call mb_sdcc_link_asm_dos,$(BIOS_HEX),$(BIOS_RELS))
|
||||
$(call mb_sdcc_link_asm_dos,$<,$@)
|
||||
|
||||
$(BIOS_DAT): $(BIOS_HEX)
|
||||
$(call mb_sdcc_hex2bin,$(BIOS_HEX),$(BIOS_DAT))
|
||||
$(call mb_sdcc_hex2bin,$<,$@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue