mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
IDE: further migration external tools
git-svn-id: trunk@45001 -
This commit is contained in:
parent
b2e3fb0a4e
commit
6c411e2adb
@ -838,10 +838,11 @@ var
|
||||
FPCVer: String;
|
||||
FPCSrcDir: String;
|
||||
aFilename: String;
|
||||
ErrMsg: string;
|
||||
begin
|
||||
anEnglishFile:=DefaultEnglishFile;
|
||||
aTranslationFile:=DefaulTranslationFile;
|
||||
if IsFPCExecutable(CompilerFilename) then
|
||||
if IsFPCExecutable(CompilerFilename,ErrMsg) then
|
||||
FPCVer:=CodeToolBoss.FPCDefinesCache.GetFPCVersion(CompilerFilename,TargetOS,TargetCPU,false)
|
||||
else
|
||||
FPCVer:='';
|
||||
|
@ -48,7 +48,7 @@ uses
|
||||
FileProcs, TransferMacros, LazarusIDEStrConsts, EnvironmentOpts, KeyMapping,
|
||||
IDEProcs
|
||||
{$IFDEF EnableNewExtTools}
|
||||
,LazConfigStorage, contnrs
|
||||
,LazConfigStorage, contnrs, IDEUtils
|
||||
{$ELSE}
|
||||
,EditMsgScannersDlg
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user