Upgraded to msxbuild msxpipe single line function.
This commit is contained in:
parent
4f19c9dc41
commit
8578c8eee5
5 changed files with 5 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ $(BIOS_BIN)/%.rel: $(BIOS_SRC)/%.asm | $(BIOS_BIN)
|
|||
$(call mb_sdcc_compile_asm,$<,$@)
|
||||
|
||||
$(BIOS_HEX): $(BIOS_RELS)
|
||||
$(call mb_sdcc_link_asm_dos,$<,$@)
|
||||
$(call mb_sdcc_link_asm_bdos,$<,$@)
|
||||
|
||||
$(BIOS_DAT): $(BIOS_HEX)
|
||||
$(call mb_sdcc_hex2bin,$<,$@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue