mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 10:10:40 +01:00
+ added {$linkframework Carbon} to FPCMacOSAll so -k"-framework Carbon" is
not longer needed when using that unit
- removed the same statement from the Mac OS X graph unit (since it uses
FPCMacOSAll)
git-svn-id: trunk@10411 -
This commit is contained in:
parent
117062ed34
commit
dbc7e36007
@ -20,8 +20,6 @@ uses
|
||||
{ the ones in the universal interfaces }
|
||||
FPCMacOSAll;
|
||||
|
||||
{$linkframework Carbon}
|
||||
|
||||
{$pascalmainname FPCMacOSXGraphMain}
|
||||
|
||||
{$i graphh.inc}
|
||||
@ -768,7 +766,6 @@ begin
|
||||
or kWindowInWindowMenuAttribute
|
||||
or kWindowCompositingAttribute
|
||||
or kWindowLiveResizeAttribute
|
||||
or kWindowInWindowMenuAttribute
|
||||
or kWindowNoUpdatesAttribute;
|
||||
|
||||
SetRect (contentRect, 0, 0,
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
|
||||
unit FPCMacOSAll;
|
||||
interface
|
||||
|
||||
{$linkframework Carbon}
|
||||
|
||||
{$setc UNIVERSAL_INTERFACES_VERSION := $0342}
|
||||
{$setc GAP_INTERFACES_VERSION := $0200}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user