mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-20 03:08:16 +02:00
IDE: do not warn if ppu is reachable by two packages and only one has a source
git-svn-id: trunk@61607 -
This commit is contained in:
parent
da14845df3
commit
a13d2afaa0
@ -901,7 +901,7 @@ var
|
|||||||
|
|
||||||
if (PPUFile<>nil) and (OtherPPUFile<>nil)
|
if (PPUFile<>nil) and (OtherPPUFile<>nil)
|
||||||
and (CompareFilenames(PPUFile.FullFilename,OtherPPUFile.FullFilename)=0)
|
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
|
// the same ppu is in both packages
|
||||||
// ... and only one package has a source
|
// ... and only one package has a source
|
||||||
// for example: two packages share output directories
|
// for example: two packages share output directories
|
||||||
|
Loading…
Reference in New Issue
Block a user