mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 03:10:19 +02:00
IDE: fix compilation
git-svn-id: trunk@58086 -
This commit is contained in:
parent
4951d91344
commit
e02905c546
@ -40,7 +40,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils,
|
Classes, SysUtils,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
FileUtil, LazFileUtils, LazUTF8, LazUTF8Classes, LazLoggerBase,
|
FileUtil, LazFileUtils, LazUTF8, LazUTF8Classes, LazLogger,
|
||||||
// LCL
|
// LCL
|
||||||
LCLProc,
|
LCLProc,
|
||||||
// IDE
|
// IDE
|
||||||
@ -365,7 +365,7 @@ begin
|
|||||||
for i:= 1 to ParamsAndCfgCount do
|
for i:= 1 to ParamsAndCfgCount do
|
||||||
begin
|
begin
|
||||||
if ParamIsOptionPlusValue(i, DebugLogOpt, AValue) then
|
if ParamIsOptionPlusValue(i, DebugLogOpt, AValue) then
|
||||||
LazLoggerBase.DebugLogger.LogName := AValue;
|
LazLogger.DebugLogger.LogName := AValue;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ uses
|
|||||||
DefineTemplates, CodeToolManager, FileProcs,
|
DefineTemplates, CodeToolManager, FileProcs,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazFileCache, LazUTF8, LazUTF8Classes, LazFileUtils,
|
LazFileCache, LazUTF8, LazUTF8Classes, LazFileUtils,
|
||||||
LazLoggerBase, LazLoggerBase, Laz2_XMLCfg,
|
LazLoggerBase, Laz2_XMLCfg,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, LazConf, EnvironmentOpts, IDEProcs;
|
LazarusIDEStrConsts, LazConf, EnvironmentOpts, IDEProcs;
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ uses
|
|||||||
ExtendedNotebook,
|
ExtendedNotebook,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LConvEncoding, LazUTF8Classes, LazFileCache, LazUTF8,
|
LConvEncoding, LazUTF8Classes, LazFileCache, LazUTF8,
|
||||||
LazLoggerBase, LazLoggerBase, Translations,
|
LazLoggerBase, Translations,
|
||||||
// codetools
|
// codetools
|
||||||
BasicCodeTools, CodeBeautifier, CodeToolManager, CodeCache, SourceLog,
|
BasicCodeTools, CodeBeautifier, CodeToolManager, CodeCache, SourceLog,
|
||||||
LinkScanner, CodeTree, SourceChanger,
|
LinkScanner, CodeTree, SourceChanger,
|
||||||
|
Loading…
Reference in New Issue
Block a user