mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:19:18 +02:00
IDE: display target in CPU-OS format in "Compiler does not support target" message, patch from Anton, bug #20159
git-svn-id: trunk@32189 -
This commit is contained in:
parent
713fc0e538
commit
5c0afad161
@ -603,8 +603,8 @@ var
|
|||||||
if Cfg.RealCompiler='' then begin
|
if Cfg.RealCompiler='' then begin
|
||||||
debugln(['PPUFilesAndCompilerMatch Compiler=',Cfg.Compiler,' RealComp=',Cfg.RealCompiler,' InPath=',Cfg.RealCompilerInPath]);
|
debugln(['PPUFilesAndCompilerMatch Compiler=',Cfg.Compiler,' RealComp=',Cfg.RealCompiler,' InPath=',Cfg.RealCompilerInPath]);
|
||||||
IDEMessageDialog(lisCCOErrorCaption, Format(
|
IDEMessageDialog(lisCCOErrorCaption, Format(
|
||||||
lisCompilerDoesNotSupportTarget, [Cfg.Compiler, Cfg.TargetOS, Cfg.
|
lisCompilerDoesNotSupportTarget, [Cfg.Compiler, Cfg.TargetCPU,
|
||||||
TargetCPU]),
|
Cfg.TargetOS]),
|
||||||
mtError,[mbOk]);
|
mtError,[mbOk]);
|
||||||
exit(false);
|
exit(false);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user