IDE: fixed warning about package installed unit path

git-svn-id: trunk@27994 -
This commit is contained in:
mattias 2010-10-30 22:23:35 +00:00
parent cc8f806f19
commit eef9458ebc

View File

@ -3613,6 +3613,7 @@ var
UnitPath:=copy(UnitPath,2,Length(UnitPath));
while (UnitPath<>'') and (RightStr(UnitPath,1)=';') do
UnitPath:=copy(UnitPath,1,Length(UnitPath)-1);
UnitPath:=ChompPathDelim(TrimFilename(UnitPath));
if SysUtils.CompareText(UnitPath,'$(PkgOutDir)')<>0 then
begin
IgnorePath:='InstallPkgAddsUnitPath/'+APackage.Filename;