lcl: carbon: error when compiling for non i386

git-svn-id: trunk@58404 -
This commit is contained in:
mattias 2018-06-25 17:37:41 +00:00
parent f5e182c4a7
commit 0047815cdd
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@
unit CarbonBars;
{$mode objfpc}{$H+}
{$IFNDEF i386}
{$ERROR only i386 is supported}
{$ENDIF}
interface

View File

@ -22,6 +22,9 @@ unit Interfaces;
{$IFNDEF CARBON}
{$ERROR wrong interfaces source}
{$ENDIF}
{$IFNDEF i386}
{$ERROR only i386 is supported}
{$ENDIF}
interface