startlazarus: use the same icon as lazarus, update project to use resources

git-svn-id: trunk@26615 -
This commit is contained in:
paul 2010-07-13 08:54:03 +00:00
parent d69c4535fe
commit 09c0fcd30a
6 changed files with 13 additions and 7 deletions

3
.gitattributes vendored
View File

@ -3730,9 +3730,10 @@ ide/sourcesyneditor.pas svneol=native#text/pascal
ide/splash.lfm svneol=native#text/plain
ide/splash.pp svneol=native#text/pascal
ide/srcedithintfrm.pas svneol=native#text/plain
ide/startlazarus.ico -text svneol=unset#image/ico
ide/startlazarus.lpi svneol=native#text/plain
ide/startlazarus.lpr svneol=native#text/pascal
ide/startlazarus.rc svneol=CRLF#text/plain eol=crlf
ide/startlazarus.res -text
ide/sysvaruseroverridedlg.lfm svneol=native#text/plain
ide/sysvaruseroverridedlg.pas svneol=native#text/pascal
ide/transfermacros.pp svneol=native#text/pascal

BIN
ide/startlazarus.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -9,7 +9,11 @@
<SessionStorage Value="InIDEConfig"/>
<MainUnit Value="0"/>
<TargetFileExt Value=".exe"/>
<Icon Value="0"/>
</General>
<VersionInfo>
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion="0.0.0.0"/>
</VersionInfo>
<PublishOptions>
<Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
@ -49,7 +53,7 @@
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="8"/>
<Version Value="9"/>
<Target>
<Filename Value="../startlazarus$(ExeExt)"/>
</Target>
@ -61,6 +65,7 @@
<Parsing>
<SyntaxOptions>
<CStyleOperator Value="False"/>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
@ -71,6 +76,9 @@
</Options>
</Linking>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>

View File

@ -30,15 +30,13 @@ program StartLazarus;
{$mode objfpc}{$H+}
{$IFDEF WINDOWS}
{$R *.rc}
{$ENDIF}
uses
Interfaces, SysUtils,
Forms,
LazarusManager;
{$R *.res}
var
ALazarusManager: TLazarusManager;

View File

@ -1 +0,0 @@
MAINICON ICON "../images/mainicon.ico"

BIN
ide/startlazarus.res Normal file

Binary file not shown.