mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 00:32:24 +00:00
added Printer module from V4 system/ofront
Former-commit-id: b0fb5713a3
This commit is contained in:
parent
de1c0814eb
commit
1a96394252
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