mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
IDE: comment, clean up
git-svn-id: trunk@36045 -
This commit is contained in:
parent
92d092cc3d
commit
a6537c8ebe
@ -346,7 +346,6 @@ type
|
||||
procedure Save(OnlyDesktop:boolean);
|
||||
property Filename: string read FFilename write SetFilename;
|
||||
procedure CreateConfig;
|
||||
procedure GetDefaultFPCSourceDirectory;
|
||||
function GetTestBuildDirectory: string;
|
||||
function GetFPCSourceDirectory: string;
|
||||
function GetCompilerFilename: string;
|
||||
@ -900,11 +899,6 @@ begin
|
||||
Filename:=ConfFilename;
|
||||
end;
|
||||
|
||||
procedure TEnvironmentOptions.GetDefaultFPCSourceDirectory;
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
procedure TEnvironmentOptions.SetFileName(const NewFilename: string);
|
||||
begin
|
||||
if FFilename=NewFilename then exit;
|
||||
|
@ -78,8 +78,10 @@ begin
|
||||
|
||||
RequireDerivedFormResource := True;
|
||||
|
||||
// When quick rebuilding the IDE, FPC rebuilds only the lazarus.pp, so any
|
||||
// flag that should work with quick build must be set here.
|
||||
// When quick rebuilding the IDE (e.g. when the set of install packages have
|
||||
// changed), only the unit paths have changed and so FPC rebuilds only the
|
||||
// lazarus.pp.
|
||||
// Any flag that should work with quick build must be set here.
|
||||
KeepInstalledPackages:={$IFDEF BigIDE}True{$ELSE}False{$ENDIF};
|
||||
|
||||
// end of build flags
|
||||
|
Loading…
Reference in New Issue
Block a user