mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-08-15 06:27:40 +00:00
Use vf-core.fth to build v4th.com
This commit is contained in:
@@ -21,7 +21,9 @@ clean:
|
|||||||
veryclean: clean
|
veryclean: clean
|
||||||
rm -rf $(cpmfilesdir)
|
rm -rf $(cpmfilesdir)
|
||||||
|
|
||||||
test: logtest.result inctest.result test-min.result test-v4th.result
|
test: test-v4th.result
|
||||||
|
|
||||||
|
alltests: logtest.result inctest.result test-min.result test-v4th.result
|
||||||
|
|
||||||
run-editor: | msdos
|
run-editor: | msdos
|
||||||
FORTHPATH="f:\\src;f:\\tests;f:\\msdos" \
|
FORTHPATH="f:\\src;f:\\tests;f:\\msdos" \
|
||||||
@@ -78,9 +80,9 @@ inctest.log: \
|
|||||||
|
|
||||||
$(cpmfilesdir)/v4th.com: \
|
$(cpmfilesdir)/v4th.com: \
|
||||||
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
|
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
|
||||||
include.fb log2file.fb target.fb source.fb v4th.fth) Makefile \
|
include.fb log2file.fb target.fb source.fb v4th.fth vf-core.fth) \
|
||||||
| emu
|
Makefile | emu
|
||||||
rm -f $(runcpmdir)/A/0/KERNEL.COM
|
rm -f $(runcpmdir)/A/0/V4TH.COM $@
|
||||||
./emulator/run-in-runcpm.sh \
|
./emulator/run-in-runcpm.sh \
|
||||||
"volks4th" \
|
"volks4th" \
|
||||||
"include log2file.fb" \
|
"include log2file.fb" \
|
||||||
@@ -98,6 +100,7 @@ v4th2.com: \
|
|||||||
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
|
$(patsubst %, $(cpmfilesdir)/%, volks4th.com \
|
||||||
include.fb log2file.fb target.fb source.fb) \
|
include.fb log2file.fb target.fb source.fb) \
|
||||||
| emu
|
| emu
|
||||||
|
rm -f $(runcpmdir)/A/0/KERNEL.COM $@
|
||||||
./emulator/run-in-runcpm.sh \
|
./emulator/run-in-runcpm.sh \
|
||||||
"volks4th" \
|
"volks4th" \
|
||||||
"include log2file.fb" \
|
"include log2file.fb" \
|
||||||
|
@@ -3,8 +3,9 @@ Onlyforth
|
|||||||
$9000 displace !
|
$9000 displace !
|
||||||
Target definitions $100 here!
|
Target definitions $100 here!
|
||||||
|
|
||||||
|
include vf-core.fth
|
||||||
use source.fb
|
use source.fb
|
||||||
2 $75 thru \ Standard 8080-System
|
$54 $75 thru \ Standard 8080-System
|
||||||
|
|
||||||
cr .( unresolved: ) .unresolved ( ' .blk is .status )
|
cr .( unresolved: ) .unresolved ( ' .blk is .status )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user