mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 22:09:28 +02:00
--- Merging r45767 into '.':
U packages/cocoaint/src/CocoaAll.pas --- Recording mergeinfo for merge of r45767 into '.': U . git-svn-id: branches/fixes_3_2@45769 -
This commit is contained in:
parent
9ad32e036a
commit
0df6e2d6a5
@ -202,7 +202,9 @@ interface
|
|||||||
|
|
||||||
{$linkframework Cocoa}
|
{$linkframework Cocoa}
|
||||||
{$linkframework Foundation}
|
{$linkframework Foundation}
|
||||||
{$linkframework CoreImage}
|
// The functionality of CoreImage is in the QuartzCore framework on older (Mac) OS X versions,
|
||||||
|
// and it doesn't exist there, so don't link by default.
|
||||||
|
{linkframework CoreImage}
|
||||||
{$linkframework QuartzCore}
|
{$linkframework QuartzCore}
|
||||||
{$linkframework CoreData}
|
{$linkframework CoreData}
|
||||||
{$linkframework AppKit}
|
{$linkframework AppKit}
|
||||||
|
Loading…
Reference in New Issue
Block a user