Done msxpipe build steps.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
This commit is contained in:
parent
8d84a1e65c
commit
a84972e960
14 changed files with 80 additions and 79 deletions
|
|
@ -13,20 +13,16 @@ $(AHELLO_M80_BIN)/%.mac: $(AHELLO_M80_SRC)/%.mac | $(AHELLO_M80_BIN)
|
|||
$(call mb_unix2dos,$<,$@)
|
||||
|
||||
$(AHELLO_M80_BIN)/ahello.rel: $(AHELLO_M80_BIN)/ahello.mac
|
||||
$(call mb_autoexec_safe_cmd,$(AHELLO_M80_BIN),m80 =ahello/Z)
|
||||
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
||||
$(call mb_msxpipe_safe_cmd,$(AHELLO_M80_BIN),m80 =ahello/Z)
|
||||
|
||||
$(AHELLO_M80_BIN)/ahello.hex: $(AHELLO_M80_BIN)/ahello.rel
|
||||
$(call mb_autoexec_safe_cmd,$(AHELLO_M80_BIN),l80 ahello$(MB_CHAR_COMMA)ahello/N/X/Y/E)
|
||||
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
||||
$(call mb_msxpipe_safe_cmd,$(AHELLO_M80_BIN),l80 ahello$(MB_CHAR_COMMA)ahello/N/X/Y/E)
|
||||
|
||||
$(AHELLO_M80_BIN)/ahello.com: | $(AHELLO_M80_BIN)/ahello.hex
|
||||
$(call mb_autoexec_safe_cmd,$(AHELLO_M80_BIN),hextocom ahello)
|
||||
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
||||
$(call mb_msxpipe_safe_cmd,$(AHELLO_M80_BIN),hextocom ahello)
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_M80_BIN)/ahello.com,"Compiles hello world with macro80.")
|
||||
|
||||
$(AHELLO_M80_BIN)/@run: | $(AHELLO_M80_BIN)/ahello.com
|
||||
$(call mb_autoexec_show_gui80,$(AHELLO_M80_BIN))
|
||||
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
||||
$(call mb_msxpipe_show_gui,$(AHELLO_M80_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_M80_BIN)/@run,"Run the compiled hello world from macro80.")
|
||||
.PHONY: $(AHELLO_M80_BIN)/@run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue