mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-16 13:39:31 +02:00
lcl: carbon: only allow cpui386
git-svn-id: trunk@58405 -
This commit is contained in:
parent
0047815cdd
commit
431fc203c9
@ -12,8 +12,8 @@
|
|||||||
unit CarbonBars;
|
unit CarbonBars;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
{$IFNDEF i386}
|
{$IFNDEF cpui386}
|
||||||
{$ERROR only i386 is supported}
|
{$ERROR only cpu i386 is supported}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
@ -22,8 +22,8 @@ unit Interfaces;
|
|||||||
{$IFNDEF CARBON}
|
{$IFNDEF CARBON}
|
||||||
{$ERROR wrong interfaces source}
|
{$ERROR wrong interfaces source}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$IFNDEF i386}
|
{$IFNDEF cpui386}
|
||||||
{$ERROR only i386 is supported}
|
{$ERROR only cpu i386 is supported}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
Loading…
Reference in New Issue
Block a user