mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 21:27:15 +01:00
codetools: less hints
git-svn-id: trunk@53145 -
This commit is contained in:
parent
ea119c61e3
commit
f613ed6239
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user