mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 04:39:28 +01:00
parent
1cc005ca5b
commit
a66445c078
@ -287,7 +287,7 @@ begin
|
||||
try
|
||||
if TheProcess=nil then
|
||||
FTheProcess := TOutputFilterProcess.Create(nil);
|
||||
TheProcess.CommandLine := CmdLine;
|
||||
TheProcess.CommandLine := CompilerFilename+CmdLine;
|
||||
TheProcess.Options:= [poUsePipes, poStdErrToOutput];
|
||||
TheProcess.ShowWindow := swoHide;
|
||||
Result:=mrOk;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user