IDE: build target #ide instead of #

git-svn-id: trunk@48589 -
This commit is contained in:
mattias 2015-04-02 12:10:57 +00:00
parent a6ce4d5668
commit 765363935f
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -31,6 +31,7 @@ uses
const
BuildMatrixProjectName = '#project';
BuildMatrixIDEName = '#ide';
type
TBuildMatrixOptionType = (
bmotCustom, // append fpc parameters in Value