mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:01:49 +02:00
IDE: fixed compilation
git-svn-id: trunk@23378 -
This commit is contained in:
parent
46df42a253
commit
0b9820f4d8
@ -47,7 +47,7 @@ uses
|
|||||||
TransferMacros, PathEditorDlg, LazarusIDEStrConsts, IDEOptionDefs, LazConf,
|
TransferMacros, PathEditorDlg, LazarusIDEStrConsts, IDEOptionDefs, LazConf,
|
||||||
IDEProcs, IDEImagesIntf, ShowCompilerOpts, Project, PackageDefs,
|
IDEProcs, IDEImagesIntf, ShowCompilerOpts, Project, PackageDefs,
|
||||||
CompilerOptions, CheckCompilerOpts, CompOptsModes, BuildModesEditor,
|
CompilerOptions, CheckCompilerOpts, CompOptsModes, BuildModesEditor,
|
||||||
Compiler_Conditionals_Options, Compiler_BuildVar_Options, CheckLst;
|
Compiler_CondTree, Compiler_BuildVar_Options, CheckLst;
|
||||||
|
|
||||||
type
|
type
|
||||||
{ TfrmCompilerOptions }
|
{ TfrmCompilerOptions }
|
||||||
|
@ -27,7 +27,7 @@ uses
|
|||||||
Classes, SysUtils, LCLProc, FileUtil, Controls, LResources, Forms, StdCtrls,
|
Classes, SysUtils, LCLProc, FileUtil, Controls, LResources, Forms, StdCtrls,
|
||||||
Grids, Buttons, ExtCtrls, Dialogs, ComCtrls, Menus, AvgLvlTree,
|
Grids, Buttons, ExtCtrls, Dialogs, ComCtrls, Menus, AvgLvlTree,
|
||||||
IDEImagesIntf, ProjectIntf, CompilerOptions,
|
IDEImagesIntf, ProjectIntf, CompilerOptions,
|
||||||
Compiler_Conditionals_Options, LazarusIDEStrConsts, CompOptsModes;
|
Compiler_CondTree, LazarusIDEStrConsts, CompOptsModes;
|
||||||
|
|
||||||
type
|
type
|
||||||
TCBMNodeType = (
|
TCBMNodeType = (
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
}
|
}
|
||||||
unit Compiler_Conditionals_Options;
|
unit Compiler_CondTree;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
@ -613,7 +613,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
{$I compiler_conditionals_options.lrs}
|
{$I compiler_condtree.lrs}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
@ -267,7 +267,7 @@
|
|||||||
<ComponentName Value="CompOptsConditionalsFrame"/>
|
<ComponentName Value="CompOptsConditionalsFrame"/>
|
||||||
<HasResources Value="True"/>
|
<HasResources Value="True"/>
|
||||||
<ResourceBaseClass Value="Frame"/>
|
<ResourceBaseClass Value="Frame"/>
|
||||||
<UnitName Value="Compiler_Conditionals_Options"/>
|
<UnitName Value="Compiler_CondTree"/>
|
||||||
</Unit32>
|
</Unit32>
|
||||||
<Unit33>
|
<Unit33>
|
||||||
<Filename Value="frames/compiler_buildvar_options.pas"/>
|
<Filename Value="frames/compiler_buildvar_options.pas"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user