mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-21 16:59:55 +02:00
IDEIntf: change IDEMacros.Stamps
git-svn-id: trunk@60770 -
This commit is contained in:
parent
56f340d0ba
commit
9fc53439cf
@ -132,6 +132,8 @@ var
|
|||||||
|
|
||||||
procedure IncreaseCompilerParseStamp;
|
procedure IncreaseCompilerParseStamp;
|
||||||
begin
|
begin
|
||||||
|
if IDEMacros<>nil then
|
||||||
|
IDEMacros.IncreaseBaseStamp;
|
||||||
CTIncreaseChangeStamp(CompilerParseStamp);
|
CTIncreaseChangeStamp(CompilerParseStamp);
|
||||||
if Assigned(CompilerParseStampIncreased) then
|
if Assigned(CompilerParseStampIncreased) then
|
||||||
CompilerParseStampIncreased();
|
CompilerParseStampIncreased();
|
||||||
@ -139,6 +141,8 @@ end;
|
|||||||
|
|
||||||
procedure IncreaseBuildMacroChangeStamp;
|
procedure IncreaseBuildMacroChangeStamp;
|
||||||
begin
|
begin
|
||||||
|
if IDEMacros<>Nil then
|
||||||
|
IDEMacros.IncreaseGraphStamp;
|
||||||
IncreaseCompilerParseStamp;
|
IncreaseCompilerParseStamp;
|
||||||
CTIncreaseChangeStamp(BuildMacroChangeStamp);
|
CTIncreaseChangeStamp(BuildMacroChangeStamp);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user