From a13d2afaa0157d6f044b9ecb8c5f463d5111d30f Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 20 Jul 2019 09:22:03 +0000 Subject: [PATCH] IDE: do not warn if ppu is reachable by two packages and only one has a source git-svn-id: trunk@61607 - --- packager/interpkgconflictfiles.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/interpkgconflictfiles.pas b/packager/interpkgconflictfiles.pas index ef070a663d..3ffbe845a3 100644 --- a/packager/interpkgconflictfiles.pas +++ b/packager/interpkgconflictfiles.pas @@ -901,7 +901,7 @@ var if (PPUFile<>nil) and (OtherPPUFile<>nil) and (CompareFilenames(PPUFile.FullFilename,OtherPPUFile.FullFilename)=0) - and (OtherFile=nil) then begin + and ((OtherFile=nil) or (SrcFile=nil)) then begin // the same ppu is in both packages // ... and only one package has a source // for example: two packages share output directories