mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
IDE: less warnings
git-svn-id: trunk@47607 -
This commit is contained in:
parent
d30cca924e
commit
d36ce6440d
@ -44,7 +44,7 @@ interface
|
||||
uses
|
||||
typinfo, Classes, SysUtils, FileProcs, FileUtil, Laz2_XMLCfg, LazFileUtils,
|
||||
AvgLvlTree, Laz2_DOM, LazUTF8,
|
||||
InterfaceBase, LCLProc, Forms, Controls, ExprEval,
|
||||
InterfaceBase, Forms, Controls, LCLProc, ExprEval,
|
||||
DefineTemplates, CodeToolsCfgScript, CodeToolManager, KeywordFuncLists,
|
||||
BasicCodeTools,
|
||||
// IDEIntf
|
||||
@ -1932,7 +1932,7 @@ function TBaseCompilerOptions.CreateTargetFilename(
|
||||
aSrcOS:=GetDefaultSrcOSForTargetOS(CurTargetOS);
|
||||
if (CompareText(aSrcOS, 'unix') = 0)
|
||||
then begin
|
||||
Result:=PathName+Prefix+UTF8LowerCase(FileName);
|
||||
Result:=PathName+Prefix+LazUTF8.UTF8LowerCase(FileName);
|
||||
end else begin
|
||||
Result:=PathName+Prefix+FileName;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user