mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 21:09:30 +02:00
fix mainicon and add winxp manifest
git-svn-id: trunk@5858 -
This commit is contained in:
parent
a06f3320e8
commit
42be336413
22
ide/lazarus.manifest
Normal file
22
ide/lazarus.manifest
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="Lazarus"
|
||||
type="win32"
|
||||
/>
|
||||
<description>GUI RAD for FreePascal</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
@ -1 +1,2 @@
|
||||
100 ICON "images/mainicon.ico"
|
||||
MAINICON ICON "images/mainicon.ico"
|
||||
1 24 lazarus.manifest
|
||||
|
Loading…
Reference in New Issue
Block a user