mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 03:37:54 +02:00
IDE: build target #ide instead of #
git-svn-id: trunk@48589 -
This commit is contained in:
parent
a6ce4d5668
commit
765363935f
@ -2565,7 +2565,7 @@ begin
|
||||
end else if Sender is TLazPackage then begin
|
||||
Result:=TLazPackage(Sender).Name;
|
||||
end else
|
||||
Result:='#';
|
||||
Result:=BuildMatrixIDEName;
|
||||
//debugln(['TBuildManager.GetModeMatrixTarget ',DbgSName(Sender),' Target="',Result,'"']);
|
||||
end;
|
||||
|
||||
|
@ -31,6 +31,7 @@ uses
|
||||
|
||||
const
|
||||
BuildMatrixProjectName = '#project';
|
||||
BuildMatrixIDEName = '#ide';
|
||||
type
|
||||
TBuildMatrixOptionType = (
|
||||
bmotCustom, // append fpc parameters in Value
|
||||
|
Loading…
Reference in New Issue
Block a user