IDE: skip checking packages that are only compiled manually

git-svn-id: trunk@14453 -
This commit is contained in:
mattias 2008-03-07 11:00:50 +00:00
parent 035ee959b3
commit 4592ec559b

View File

@ -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)