mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 04:58:29 +01:00
ide: remove lazbuild icon resource (1. it has no own and reuses standard lazarus application icon, 2. icon is not needed for the console application)
git-svn-id: trunk@26663 -
This commit is contained in:
parent
262184b138
commit
8506ac5474
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3638,7 +3638,6 @@ ide/lazarusidestrconsts.pas svneol=native#text/pascal
|
||||
ide/lazarusmanager.pas svneol=native#text/pascal
|
||||
ide/lazbuild.lpi svneol=native#text/plain
|
||||
ide/lazbuild.lpr svneol=native#text/plain
|
||||
ide/lazbuild.rc svneol=CRLF#text/plain eol=crlf
|
||||
ide/lazconf.pp svneol=native#text/pascal
|
||||
ide/lazdoc.lrs svneol=native#text/pascal
|
||||
ide/macropromptdlg.pas svneol=native#text/pascal
|
||||
|
||||
@ -24,10 +24,6 @@ program lazbuild;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IFDEF WINDOWS}
|
||||
{$R lazbuild.rc}
|
||||
{$ENDIF}
|
||||
|
||||
uses
|
||||
Classes, SysUtils, CustApp, LCLProc, Dialogs, Forms, Controls, FileUtil,
|
||||
Interfaces, InterfaceBase, UTF8Process,
|
||||
|
||||
@ -1 +0,0 @@
|
||||
MAINICON ICON "../images/LazarusProject.ico"
|
||||
Loading…
Reference in New Issue
Block a user