codetools: less hints

git-svn-id: trunk@53145 -
This commit is contained in:
mattias 2016-10-17 13:56:30 +00:00
parent ea119c61e3
commit f613ed6239

View File

@ -5532,7 +5532,7 @@ begin
if CompilerOptions<>'' then
CmdLine:=CmdLine+' '+CompilerOptions;
CmdLine:=CmdLine+' -iTP';
TheProcess.CommandLine := CmdLine;
TheProcess.ParseCmdLine(CmdLine);
TheProcess.Options:= [poUsePipes, poStdErrToOutPut];
TheProcess.ShowWindow := swoHide;
Step:='Running '+CmdLine;