2
Fork 0

Upgraded to msxbuild msxpipe single line function.

This commit is contained in:
Willem Cazander 2024-07-03 00:30:05 +02:00
parent 4f19c9dc41
commit 8578c8eee5
5 changed files with 5 additions and 7 deletions

View file

@ -15,7 +15,7 @@ $(INIT_BIN)/%.rel: $(INIT_SRC)/%.asm | $(INIT_BIN)
$(call mb_sdcc_compile_asm,$<,$@)
$(INIT_HEX): $(INIT_RELS)
$(call mb_sdcc_link_asm_dos,$<,$@)
$(call mb_sdcc_link_asm_bdos,$<,$@)
$(INIT_COM): $(INIT_HEX)
$(call mb_sdcc_hex2bin,$<,$@)