mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 23:52:25 +00:00
first colored messasges in OPM using vt100, 'f' option added to disable
it
This commit is contained in:
parent
4943886b64
commit
338c3f47e8
29 changed files with 753 additions and 132 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE extTools;
|
||||
IMPORT Args, Unix, Strings := oocOakStrings, Console, version;
|
||||
IMPORT Args, Unix, Strings, Console, version;
|
||||
(*
|
||||
INCLUDEPATH = -Isrc/lib/system/gnuc/x86_64
|
||||
CCOPT = -fPIC $(INCLUDEPATH) -g
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
MODULE extTools;
|
||||
IMPORT Args, Unix, Strings := oocOakStrings, Console, version;
|
||||
IMPORT Args, Unix, Strings, Console, version;
|
||||
(*
|
||||
INCLUDEPATH = -Isrc/lib/system/gnuc/x86_64
|
||||
CCOPT = -fPIC $(INCLUDEPATH) -g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue