mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
added Printer module from V4 system/ofront
This commit is contained in:
parent
3c1f0f0906
commit
b0fb5713a3
7 changed files with 676 additions and 0 deletions
3
makefile
3
makefile
|
|
@ -112,6 +112,9 @@ stage5:
|
|||
|
||||
# build all library files
|
||||
stage6:
|
||||
#more v4 libs
|
||||
$(VOCSTATIC) -sP Printer.Mod
|
||||
#ooc libs
|
||||
$(VOCSTATIC) -sP oocAscii.Mod
|
||||
$(VOCSTATIC) -sP oocStrings.Mod
|
||||
$(VOCSTATIC) -sP oocStrings2.Mod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue