|
@@ -1,6 +1,7 @@
|
|
{$mode delphi}
|
|
{$mode delphi}
|
|
{$modeswitch objectivec1}
|
|
{$modeswitch objectivec1}
|
|
{$modeswitch cvar}
|
|
{$modeswitch cvar}
|
|
|
|
+{$packrecords c}
|
|
|
|
|
|
{$ifndef COCOAALL}
|
|
{$ifndef COCOAALL}
|
|
{$error "You must compile with -dCOCOAALL to use COCOAALL."}
|
|
{$error "You must compile with -dCOCOAALL to use COCOAALL."}
|
|
@@ -199,6 +200,7 @@
|
|
unit CocoaAll;
|
|
unit CocoaAll;
|
|
interface
|
|
interface
|
|
|
|
|
|
|
|
+{$linkframework Cocoa}
|
|
{$linkframework Foundation}
|
|
{$linkframework Foundation}
|
|
{linkframework CoreImage}
|
|
{linkframework CoreImage}
|
|
{$linkframework QuartzCore}
|
|
{$linkframework QuartzCore}
|