mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 13:20:26 +02:00
IDE: Fix broken compilation caused by External Tools Dlg patch.
git-svn-id: trunk@40966 -
This commit is contained in:
parent
d3c8905a70
commit
1a322d1ec1
@ -45,7 +45,7 @@ uses
|
||||
IDEExternToolIntf, IDEImagesIntf, IDEDialogs, IDEHelpIntf, IDECommands,
|
||||
CompOptsIntf, ProjectIntf,
|
||||
EnvironmentOpts,
|
||||
ExtToolEditDlg, KeyMapping, TransferMacros, IDEProcs,
|
||||
ExtToolEditDlg, KeyMapping, TransferMacros, IDEProcs, LazFileUtils,
|
||||
InfoBuild, CompilerOptions, OutputFilter, LazarusIDEStrConsts, IDEOptionDefs;
|
||||
|
||||
const
|
||||
@ -358,7 +358,7 @@ begin
|
||||
CheckIfFileIsExecutable(Filename);
|
||||
TheProcess := TOutputFilterProcess.Create(nil);
|
||||
TheProcess.Executable := FileName;
|
||||
TheProcess.Parameters.Text := Params;
|
||||
SplitCmdLineParams(Params,TheProcess.Parameters);
|
||||
TheProcess.Options:= [poUsePipes,poStdErrToOutPut];
|
||||
if ExtTool.HideMainForm then
|
||||
TheProcess.ShowWindow := swoHide
|
||||
|
Loading…
Reference in New Issue
Block a user