mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 02:09:21 +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.lfm svneol=native#text/plain
|
||||||
ide/splash.pp svneol=native#text/pascal
|
ide/splash.pp svneol=native#text/pascal
|
||||||
ide/srcedithintfrm.pas svneol=native#text/plain
|
ide/srcedithintfrm.pas svneol=native#text/plain
|
||||||
|
ide/startlazarus.ico -text svneol=unset#image/ico
|
||||||
ide/startlazarus.lpi svneol=native#text/plain
|
ide/startlazarus.lpi svneol=native#text/plain
|
||||||
ide/startlazarus.lpr svneol=native#text/pascal
|
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.lfm svneol=native#text/plain
|
||||||
ide/sysvaruseroverridedlg.pas svneol=native#text/pascal
|
ide/sysvaruseroverridedlg.pas svneol=native#text/pascal
|
||||||
ide/transfermacros.pp 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"/>
|
<SessionStorage Value="InIDEConfig"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<TargetFileExt Value=".exe"/>
|
<TargetFileExt Value=".exe"/>
|
||||||
|
<Icon Value="0"/>
|
||||||
</General>
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion="0.0.0.0"/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -49,7 +53,7 @@
|
|||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="8"/>
|
<Version Value="9"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="../startlazarus$(ExeExt)"/>
|
<Filename Value="../startlazarus$(ExeExt)"/>
|
||||||
</Target>
|
</Target>
|
||||||
@ -61,6 +65,7 @@
|
|||||||
<Parsing>
|
<Parsing>
|
||||||
<SyntaxOptions>
|
<SyntaxOptions>
|
||||||
<CStyleOperator Value="False"/>
|
<CStyleOperator Value="False"/>
|
||||||
|
<UseAnsiStrings Value="False"/>
|
||||||
</SyntaxOptions>
|
</SyntaxOptions>
|
||||||
</Parsing>
|
</Parsing>
|
||||||
<Linking>
|
<Linking>
|
||||||
@ -71,6 +76,9 @@
|
|||||||
</Options>
|
</Options>
|
||||||
</Linking>
|
</Linking>
|
||||||
<Other>
|
<Other>
|
||||||
|
<CompilerMessages>
|
||||||
|
<UseMsgFile Value="True"/>
|
||||||
|
</CompilerMessages>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
|
@ -30,15 +30,13 @@ program StartLazarus;
|
|||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
{$IFDEF WINDOWS}
|
|
||||||
{$R *.rc}
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Interfaces, SysUtils,
|
Interfaces, SysUtils,
|
||||||
Forms,
|
Forms,
|
||||||
LazarusManager;
|
LazarusManager;
|
||||||
|
|
||||||
|
{$R *.res}
|
||||||
|
|
||||||
var
|
var
|
||||||
ALazarusManager: TLazarusManager;
|
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