mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 04:58:14 +02:00
ide: use fpc resources for lazarus project
git-svn-id: trunk@23439 -
This commit is contained in:
parent
8d6ba261db
commit
1624dd9ea4
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -3566,7 +3566,7 @@ ide/keymapshortcutdlg.pas svneol=native#text/plain
|
||||
ide/lazarus.ico -text svneol=unset#image/ico
|
||||
ide/lazarus.lpi svneol=native#text/plain
|
||||
ide/lazarus.pp svneol=native#text/pascal
|
||||
ide/lazarus.rc svneol=CRLF#text/plain eol=crlf
|
||||
ide/lazarus.res -text
|
||||
ide/lazarus_about_logo.lrs svneol=native#text/pascal
|
||||
ide/lazarus_dci.lrs svneol=native#text/pascal
|
||||
ide/lazarus_indentation.lrs svneol=native#text/plain
|
||||
|
@ -14,6 +14,7 @@
|
||||
<MainUnit Value="0"/>
|
||||
<TargetFileExt Value=""/>
|
||||
<Title Value="Lazarus"/>
|
||||
<ResourceType Value="res"/>
|
||||
<Icon Value="0"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
</General>
|
||||
|
@ -1,17 +0,0 @@
|
||||
<?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="*" name="CompanyName.ProductName.YourApp" type="win32"/>
|
||||
<description>Your application description here.</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
@ -36,10 +36,6 @@ program Lazarus;
|
||||
|
||||
{$I ide.inc}
|
||||
|
||||
{$IFDEF WINDOWS}
|
||||
{$R lazarus.rc}
|
||||
{$ENDIF}
|
||||
|
||||
{off $DEFINE IDE_MEM_CHECK}
|
||||
|
||||
uses
|
||||
@ -79,6 +75,7 @@ uses
|
||||
MainBase, compiler_conditionals_options;
|
||||
|
||||
{$I revision.inc}
|
||||
{$R lazarus.res}
|
||||
|
||||
begin
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('lazarus.pp: begin');{$ENDIF}
|
||||
|
@ -1,7 +0,0 @@
|
||||
#define RT_MANIFEST 24
|
||||
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
||||
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
|
||||
#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3
|
||||
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "lazarus.manifest"
|
||||
MAINICON ICON "lazarus.ico"
|
BIN
ide/lazarus.res
Normal file
BIN
ide/lazarus.res
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user