mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 15:59:08 +02:00
Fix Compile LazBuild
This commit is contained in:
parent
9363524652
commit
eb7fb2895b
@ -59,7 +59,8 @@ uses
|
|||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, RecentListProcs,
|
EnvironmentOpts, RecentListProcs,
|
||||||
// IDE
|
// IDE
|
||||||
MiscOptions, SysVarUserOverrideDlg, LazarusIDEStrConsts, BaseDebugManager;
|
MiscOptions, SysVarUserOverrideDlg, LazarusIDEStrConsts
|
||||||
|
{$IFnDef LCLNoGui}, BaseDebugManager {$ENDIF} ;
|
||||||
|
|
||||||
{ The xml format version:
|
{ The xml format version:
|
||||||
When the format changes (new values, changed formats) we can distinguish old
|
When the format changes (new values, changed formats) we can distinguish old
|
||||||
@ -838,12 +839,14 @@ end;
|
|||||||
|
|
||||||
procedure TRunParamsOptsDlg.UseConsolePosCheckBoxChange(Sender: TObject);
|
procedure TRunParamsOptsDlg.UseConsolePosCheckBoxChange(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
|
{$IFnDef LCLNoGui}
|
||||||
ConsoleSizeWarnLabel.Visible :=
|
ConsoleSizeWarnLabel.Visible :=
|
||||||
( UseConsolePosCheckBox.Checked or
|
( UseConsolePosCheckBox.Checked or
|
||||||
UseConsoleSizeCheckBox.Checked or
|
UseConsoleSizeCheckBox.Checked or
|
||||||
UseConsoleBufferCheckBox.Checked
|
UseConsoleBufferCheckBox.Checked
|
||||||
) and
|
) and
|
||||||
not (dfConsoleWinPos in DebugBoss.DebuggerClass.SupportedFeatures);
|
not (dfConsoleWinPos in DebugBoss.DebuggerClass.SupportedFeatures);
|
||||||
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TRunParamsOptsDlg.SetupLocalPage;
|
procedure TRunParamsOptsDlg.SetupLocalPage;
|
||||||
|
Loading…
Reference in New Issue
Block a user