Renamed dos packages and new help system.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
This commit is contained in:
parent
de1dc7695d
commit
65b40a74cb
28 changed files with 495 additions and 247 deletions
|
|
@ -3,7 +3,7 @@ AHELLO_M80_MOD := ahello-m80
|
|||
AHELLO_M80_SRC := $(PATH_SRC)/$(AHELLO_M80_MOD)
|
||||
AHELLO_M80_BIN := $(PATH_BIN)/$(AHELLO_M80_MOD)
|
||||
|
||||
$(AHELLO_M80_BIN):
|
||||
$(AHELLO_M80_BIN): | $(PATH_BIN)/@prepare
|
||||
$(call mb_mkdir,$(AHELLO_M80_BIN))
|
||||
$(call mb_mkdir,$(AHELLO_M80_BIN)/utils)
|
||||
$(call mb_msxhub_get_macro80,$(AHELLO_M80_BIN)/utils)
|
||||
|
|
@ -17,16 +17,16 @@ $(AHELLO_M80_BIN)/ahello.rel: $(AHELLO_M80_BIN)/ahello.mac
|
|||
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
||||
|
||||
$(AHELLO_M80_BIN)/ahello.hex: $(AHELLO_M80_BIN)/ahello.rel
|
||||
$(call mb_autoexec_safe_cmd,$(AHELLO_M80_BIN),l80 ahello$(MB_COMMA)ahello/N/X/Y/E)
|
||||
$(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))
|
||||
|
||||
BUILD_HELP += \\n\\t* $(AHELLO_M80_BIN)/ahello.com
|
||||
$(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))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_M80_BIN)/ahello.com,"Compiles hello world with macro80.")
|
||||
|
||||
BUILD_HELP += \\n\\t* $(AHELLO_M80_BIN)/@run
|
||||
.PHONY: $(AHELLO_M80_BIN)/@run
|
||||
$(AHELLO_M80_BIN)/@run: | $(AHELLO_M80_BIN)/ahello.com
|
||||
$(call mb_autoexec_show_gui80,$(AHELLO_M80_BIN))
|
||||
$(call mb_openmsx_dosctl,$(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