mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 09:19:39 +01:00
ide: hide build modes frame from the project options if appropriate define is not on
git-svn-id: trunk@23516 -
This commit is contained in:
parent
78e8334829
commit
56be34be3a
@ -1095,9 +1095,10 @@ begin
|
||||
Grid.RebuildGrid;
|
||||
end;
|
||||
|
||||
{$IFDEF EnableBuildModes}
|
||||
initialization
|
||||
RegisterIDEOptionsEditor(GroupCompiler, TBuildModesEditorFrame,
|
||||
CompilerOptionsBuildModes);
|
||||
|
||||
{$ENDIF}
|
||||
end.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user