Updated to msxbuild sdcc order.
This commit is contained in:
parent
2e92f2a983
commit
30a84de815
|
@ -13,5 +13,5 @@ $(DIST_RUN_DEP): $(DIST_RUN_DEP_TAR) | $(DIST_RUN_BIN)
|
|||
$(call mb_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN))
|
||||
|
||||
$(DIST_RUN_NAME): $(DIST_RUN_DEP)
|
||||
$(call mb_autoexec_open_gui80_mouse,$(DIST_RUN_BIN),tara)
|
||||
$(call mb_autoexec_show_gui80_mouse,$(DIST_RUN_BIN),tara)
|
||||
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))
|
||||
|
|
|
@ -12,10 +12,10 @@ $(TARA_BIN):
|
|||
$(call mb_mkdir,$(TARA_BIN))
|
||||
|
||||
$(TARA_BIN)/%.rel: $(TARA_SRC)/%.asm | $(TARA_BIN)
|
||||
$(call mb_sdcc_compile_asm,$@,$<)
|
||||
$(call mb_sdcc_compile_asm,$<,$@)
|
||||
|
||||
$(TARA_HEX): $(TARA_RELS)
|
||||
$(call mb_sdcc_link_asm_dos,$(TARA_HEX),$(TARA_RELS))
|
||||
$(call mb_sdcc_link_asm_dos,$<,$@)
|
||||
|
||||
$(TARA_COM): $(TARA_HEX)
|
||||
$(call mb_sdcc_hex2bin,$(TARA_HEX),$(TARA_COM))
|
||||
$(call mb_sdcc_hex2bin,$<,$@)
|
||||
|
|
Loading…
Reference in a new issue