IDEIntf: Make it possible to use the path to the compiler in packages

git-svn-id: trunk@59968 -
This commit is contained in:
joost 2019-01-01 16:49:20 +00:00
parent 4f0026610f
commit 68276150e1
2 changed files with 2 additions and 1 deletions

View File

@ -134,6 +134,7 @@ type
procedure AddToRecentPackageFiles(const AFilename: string); virtual; abstract;
procedure RemoveFromRecentPackageFiles(const AFilename: string); virtual; abstract;
function GetParsedCompilerFilename: string; virtual; abstract;
procedure AddHandlerAddToRecentOpenFiles(Handler: TOnAddToRecent; const AsFirst: boolean = true); // AsFirst means: first to call
procedure RemoveHandlerAddToRecentOpenFiles(Handler: TOnAddToRecent);

View File

@ -684,7 +684,7 @@ type
function GetParsedLazarusDirectory: string;
function GetParsedTestBuildDirectory: string;
function GetParsedCompilerFilename: string;
function GetParsedCompilerFilename: string; override;
function GetParsedFPCSourceDirectory(FPCVer: string = ''): string;
function GetParsedMakeFilename: string;
function GetParsedCompilerMessagesFilename: string;