IFDEF for DARWIN since no windres to compile logo .rc

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1392 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
macpgmr
2010-12-01 01:32:54 +00:00
parent 231a966bd9
commit 1e0e578000

View File

@ -696,8 +696,10 @@ procedure Register;
{$IFNDEF LCL}
{$R *.dcr}
{$ELSE}
{$IFNDEF DARWIN}
{$R geckoresources.rc}
{$ENDIF}
{$ENDIF}
implementation