mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
commented out c compiler command line output, may be will add debug mode later.
-- noch
This commit is contained in:
parent
760d826948
commit
01be73a99d
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ Strings.Append (ccOpt, cmd);
|
|||
ext := ".c";
|
||||
Strings.Append (ext, m);
|
||||
Strings.Append(m, cmd);
|
||||
Console.Ln; Console.String (cmd); Console.Ln;
|
||||
(*Console.Ln; Console.String (cmd); Console.Ln;*)
|
||||
Unix.system(cmd);
|
||||
END Assemble;
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ Strings.Append(" -o ", cmd);
|
|||
Strings.Append(m, cmd);
|
||||
Strings.Append(" ", cmd);
|
||||
Strings.Append(ccOpt, cmd);
|
||||
Console.Ln; Console.String(cmd); Console.Ln;
|
||||
(*Console.Ln; Console.String(cmd); Console.Ln;*) (* may be it's feasible to add debug mode later *)
|
||||
Unix.system(cmd);
|
||||
END LinkMain;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue