Add second target compiler rule using kernel.com instead of volks4th.com

This commit is contained in:
Philip Zembrod 2023-09-03 13:22:05 +02:00
parent 79ef63fdec
commit f5feeb2c37

View File

@ -71,7 +71,7 @@ inctest.log: \
"exit"
dos2unix -n $(runcpmdir)/logfile.txt $@
target.log: \
target1.log: \
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
include.fb log2file.fb target.fb source.fb) \
| emu
@ -86,6 +86,23 @@ target.log: \
"exit"
dos2unix -n $(runcpmdir)/logfile.txt $@
target2.log: \
$(patsubst %, $(cpmfilesdir)/%, kernel.com fileint.fb ass8080.fb \
include.fb log2file.fb target.fb source.fb) \
| emu
./emulator/run-in-runcpm.sh \
"kernel fileint.fb" \
"1 load onlyforth" \
"include log2file.fb" \
"logopen" \
"include ass8080.fb" \
"include target.fb" \
"include source.fb" \
"logclose" \
"bye" \
"exit"
dos2unix -n $(runcpmdir)/logfile.txt $@
test-min.log: \
$(patsubst %, $(cpmfilesdir)/%, kernel.com fileint.fb \
include.fb log2file.fb \