mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +02:00
ide: fixed name
This commit is contained in:
parent
7ca632d8d9
commit
fa535070e5
@ -65,7 +65,7 @@ type
|
||||
procedure GatherGlobalOptions(sl: TStrings);
|
||||
procedure GatherProjectOptions(sl: TStrings);
|
||||
procedure GatherActiveOptions(sl: TStrings);
|
||||
procedure GatherFPCExecutable(UnitSetCache: TFPCUnitSetCache; sl: TStrings);
|
||||
procedure GatherFPCConfig(UnitSetCache: TFPCUnitSetCache; sl: TStrings);
|
||||
public
|
||||
end;
|
||||
|
||||
@ -128,7 +128,7 @@ begin
|
||||
FPCSrcDir:=EnvironmentOptions.GetParsedFPCSourceDirectory; // needs FPCVer macro
|
||||
UnitSetCache:=CodeToolBoss.CompilerDefinesCache.FindUnitSet(
|
||||
CompilerFilename,TargetOS,TargetCPU,Subtarget,'',FPCSrcDir,'',true);
|
||||
GatherFPCExecutable(UnitSetCache,sl);
|
||||
GatherFPCConfig(UnitSetCache,sl);
|
||||
|
||||
ValuesMemo.Lines.Assign(sl);
|
||||
finally
|
||||
@ -302,7 +302,7 @@ begin
|
||||
sl.Add('');
|
||||
end;
|
||||
|
||||
procedure TIDEFPCInfoDialog.GatherFPCExecutable(UnitSetCache: TFPCUnitSetCache;
|
||||
procedure TIDEFPCInfoDialog.GatherFPCConfig(UnitSetCache: TFPCUnitSetCache;
|
||||
sl: TStrings);
|
||||
var
|
||||
CfgCache: TPCTargetConfigCache;
|
||||
|
Loading…
Reference in New Issue
Block a user