diff options
| author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-03-01 17:22:57 +0000 |
|---|---|---|
| committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-03-01 17:22:57 +0000 |
| commit | 79fa5ae6cefc243512b6f69aeb2eba1f4d6321e6 (patch) | |
| tree | c3077b2831f1f2cafe907afeaf93caa2445163ef /packages/graph/src | |
| parent | fc3560b945782ddedbb8984de0ca45400dd33613 (diff) | |
| download | fpc-79fa5ae6cefc243512b6f69aeb2eba1f4d6321e6.tar.gz | |
+ 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: http://svn.freepascal.org/svn/fpc/trunk@10411 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/graph/src')
| -rw-r--r-- | packages/graph/src/macosx/graph.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/graph/src/macosx/graph.pp b/packages/graph/src/macosx/graph.pp index 4fdef08da1..a2cea0a25a 100644 --- a/packages/graph/src/macosx/graph.pp +++ b/packages/graph/src/macosx/graph.pp @@ -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, |
