mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
IDE: messages: show project target file relative to project directory
git-svn-id: trunk@46425 -
This commit is contained in:
parent
052f1232a8
commit
b66d82b72e
@ -322,8 +322,9 @@ begin
|
||||
TargetCPU:=AProject.CompilerOptions.GetEffectiveTargetCPU;
|
||||
if TargetCPU<>GetCompiledTargetCPU then
|
||||
Title+=Format(lisCPU, [TargetCPU]);
|
||||
TargetFilename:=ExtractFilename(
|
||||
AProject.CompilerOptions.CreateTargetFilename(AProject.MainFilename));
|
||||
TargetFilename:=AProject.GetShortFilename(
|
||||
AProject.CompilerOptions.CreateTargetFilename(AProject.MainFilename),
|
||||
false);
|
||||
if TargetFilename<>'' then
|
||||
Title+=Format(lisTarget2, [TargetFilename]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user