mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
commented out c compiler command line output, may be will add debug mode later.
-- noch
Former-commit-id: 01be73a99d
This commit is contained in:
parent
6a1eccd316
commit
104433029b
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ Strings.Append (ccOpt, cmd);
|
||||||
ext := ".c";
|
ext := ".c";
|
||||||
Strings.Append (ext, m);
|
Strings.Append (ext, m);
|
||||||
Strings.Append(m, cmd);
|
Strings.Append(m, cmd);
|
||||||
Console.Ln; Console.String (cmd); Console.Ln;
|
(*Console.Ln; Console.String (cmd); Console.Ln;*)
|
||||||
Unix.system(cmd);
|
Unix.system(cmd);
|
||||||
END Assemble;
|
END Assemble;
|
||||||
|
|
||||||
|
|
@ -50,7 +50,7 @@ Strings.Append(" -o ", cmd);
|
||||||
Strings.Append(m, cmd);
|
Strings.Append(m, cmd);
|
||||||
Strings.Append(" ", cmd);
|
Strings.Append(" ", cmd);
|
||||||
Strings.Append(ccOpt, 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);
|
Unix.system(cmd);
|
||||||
END LinkMain;
|
END LinkMain;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue