mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 02:18:20 +02:00
IDE: win64 now has a resouce compiler, so add manifest and icon resources
git-svn-id: trunk@11444 -
This commit is contained in:
parent
a048c18092
commit
c7faa08b73
@ -40,6 +40,10 @@ program Lazarus;
|
|||||||
{$R lazarus.res}
|
{$R lazarus.res}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
{$IFDEF WIN64}
|
||||||
|
{$R lazarus.rc}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{off $DEFINE IDE_MEM_CHECK}
|
{off $DEFINE IDE_MEM_CHECK}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user