mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 08:13:28 +02:00
IDE: skip checking packages that are only compiled manually
git-svn-id: trunk@14453 -
This commit is contained in:
parent
035ee959b3
commit
4592ec559b
@ -2426,6 +2426,9 @@ begin
|
||||
debugln('TLazPackageGraph.CheckIfPackageNeedsCompilation A ',APackage.IDAsString);
|
||||
{$ENDIF}
|
||||
NeedBuildAllFlag:=false;
|
||||
|
||||
if APackage.AutoUpdate=pupManually then exit(mrNo);
|
||||
|
||||
if (APackage.LastCompilerFilename<>CompilerFilename)
|
||||
or (APackage.LastCompilerParams<>CompilerParams)
|
||||
or ((APackage.LastCompilerFileDate>0)
|
||||
|
Loading…
Reference in New Issue
Block a user