mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 13:38:27 +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}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF WIN64}
|
||||
{$R lazarus.rc}
|
||||
{$ENDIF}
|
||||
|
||||
{off $DEFINE IDE_MEM_CHECK}
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user