mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
startlazarus: use the same icon as lazarus, update project to use resources
git-svn-id: trunk@26615 -
This commit is contained in:
parent
d69c4535fe
commit
09c0fcd30a
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -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
BIN
ide/startlazarus.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
@ -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>
|
||||
|
@ -30,15 +30,13 @@ program StartLazarus;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IFDEF WINDOWS}
|
||||
{$R *.rc}
|
||||
{$ENDIF}
|
||||
|
||||
uses
|
||||
Interfaces, SysUtils,
|
||||
Forms,
|
||||
LazarusManager;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
var
|
||||
ALazarusManager: TLazarusManager;
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
MAINICON ICON "../images/mainicon.ico"
|
BIN
ide/startlazarus.res
Normal file
BIN
ide/startlazarus.res
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user