mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +02:00
IDE: impoved compiler interface localization
git-svn-id: trunk@46018 -
This commit is contained in:
parent
d07c9bf876
commit
f5440a80dc
@ -309,7 +309,7 @@ begin
|
|||||||
if ConsoleVerbosity>=0 then
|
if ConsoleVerbosity>=0 then
|
||||||
DebugLn('[TCompiler.Compile] CmdLine="',CompilerFilename+CmdLine,'"');
|
DebugLn('[TCompiler.Compile] CmdLine="',CompilerFilename+CmdLine,'"');
|
||||||
|
|
||||||
Tool:=ExternalToolList.Add('Compile Project');
|
Tool:=ExternalToolList.Add(lisCompileProject);
|
||||||
Tool.Reference(Self,ClassName);
|
Tool.Reference(Self,ClassName);
|
||||||
try
|
try
|
||||||
Tool.Data:=TIDEExternalToolData.Create(IDEToolCompileProject,'',AProject.ProjectInfoFile);
|
Tool.Data:=TIDEExternalToolData.Create(IDEToolCompileProject,'',AProject.ProjectInfoFile);
|
||||||
|
@ -3149,6 +3149,7 @@ resourcestring
|
|||||||
+'clean with -B';
|
+'clean with -B';
|
||||||
lisCompilerHintYouCanSetTheCompilerPath = 'Hint: you can set the compiler '
|
lisCompilerHintYouCanSetTheCompilerPath = 'Hint: you can set the compiler '
|
||||||
+'path in Tools -> Options-> Files -> Compiler Path';
|
+'path in Tools -> Options-> Files -> Compiler Path';
|
||||||
|
lisCompileProject = 'Compile Project';
|
||||||
lisCompilerNOTELoadingOldCodetoolsOptionsFile = 'NOTE: loading old '
|
lisCompilerNOTELoadingOldCodetoolsOptionsFile = 'NOTE: loading old '
|
||||||
+'codetools options file: ';
|
+'codetools options file: ';
|
||||||
lisCompilerNOTECodetoolsConfigFileNotFoundUsingDefaults = 'NOTE: codetools '
|
lisCompilerNOTECodetoolsConfigFileNotFoundUsingDefaults = 'NOTE: codetools '
|
||||||
|
Loading…
Reference in New Issue
Block a user