mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 08:40:38 +02:00
lcl: carbon: error when compiling for non i386
git-svn-id: trunk@58404 -
This commit is contained in:
parent
f5e182c4a7
commit
0047815cdd
@ -12,6 +12,9 @@
|
||||
unit CarbonBars;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFNDEF i386}
|
||||
{$ERROR only i386 is supported}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -22,6 +22,9 @@ unit Interfaces;
|
||||
{$IFNDEF CARBON}
|
||||
{$ERROR wrong interfaces source}
|
||||
{$ENDIF}
|
||||
{$IFNDEF i386}
|
||||
{$ERROR only i386 is supported}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user