IDE: fixed compile, bug #24825

git-svn-id: trunk@42298 -
This commit is contained in:
mattias 2013-08-04 07:31:23 +00:00
parent 1cc005ca5b
commit a66445c078

View File

@ -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;