IDE: Parse and update compilation tool commands correctly. Issue #35059, patch from errno.

git-svn-id: trunk@60444 -
This commit is contained in:
juha 2019-02-18 08:19:41 +00:00
parent d8e4080ee6
commit 6cb99018d7

View File

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