IDE: invalidate macros when adding a project dependency

git-svn-id: trunk@21370 -
This commit is contained in:
mattias 2009-08-20 19:58:48 +00:00
parent 30ca64725e
commit a655747b6d

View File

@ -5206,8 +5206,8 @@ begin
exit;
end;
Exclude(FFlags,ptfCustomDefinesChanged);
UpdateDefinesForCustomDefines;
CodeToolBoss.DefineTree.ClearCache;
UpdateDefinesForCustomDefines; // maybe custom defines changed
IncreaseCompilerParseStamp; // invalidate macros
end;
procedure TProjectDefineTemplates.UpdateGlobalValues;