fix mainicon and add winxp manifest

git-svn-id: trunk@5858 -
This commit is contained in:
micha 2004-08-26 08:36:33 +00:00
parent a06f3320e8
commit 42be336413
2 changed files with 24 additions and 1 deletions

22
ide/lazarus.manifest Normal file
View 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>

View File

@ -1 +1,2 @@
100 ICON "images/mainicon.ico"
MAINICON ICON "images/mainicon.ico"
1 24 lazarus.manifest