mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:10:20 +02:00
IDE: Parse and update compilation tool commands correctly. Issue #35059, patch from errno.
git-svn-id: trunk@60444 -
This commit is contained in:
parent
d8e4080ee6
commit
6cb99018d7
@ -4235,7 +4235,7 @@ end;
|
||||
procedure TCompilationToolOptions.SetCommand(AValue: string);
|
||||
begin
|
||||
inherited SetCommand(AValue);
|
||||
Inc(FParsedCommandStamp);
|
||||
FParsedCommandStamp:=CTInvalidChangeStamp;
|
||||
end;
|
||||
|
||||
procedure TCompilationToolOptions.SubstituteMacros(var s: string);
|
||||
|
Loading…
Reference in New Issue
Block a user