mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +02:00
Converter: less verbosity
git-svn-id: trunk@41960 -
This commit is contained in:
parent
0c732a1c4c
commit
c1af98e79a
@ -414,7 +414,7 @@ begin
|
||||
fn:=ExtractFileName(RelPath);
|
||||
sUnitName:=ExtractFileNameOnly(fn);
|
||||
if (SubPath<>'') and (sUnitName<>'') then begin
|
||||
DebugLn(['RelPath=',RelPath,'SubPath=',SubPath,'fn=',fn,'sUnitName=',sUnitName]);
|
||||
//DebugLn(['RelPath=',RelPath,'SubPath=',SubPath,'fn=',fn,'sUnitName=',sUnitName]);
|
||||
// Map path by unit name.
|
||||
fConverter.fCachedUnitNames[sUnitName]:=SubPath;
|
||||
// Map real unit name by uppercase unit name.
|
||||
|
Loading…
Reference in New Issue
Block a user