aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-19 22:38:50 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-19 22:38:50 +0000
commit51e233cbeb035695de4a4eff5c0d513ad98117b0 (patch)
tree0a42cb7d057ab45977bd4a9b6090f4e01dacf8f4 /Game
parentb8ab6c357f4252a56ca1ba99acae5a151a2a232f (diff)
downloadusdx-51e233cbeb035695de4a4eff5c0d513ad98117b0.tar.gz
usdx-51e233cbeb035695de4a4eff5c0d513ad98117b0.tar.xz
usdx-51e233cbeb035695de4a4eff5c0d513ad98117b0.zip
linklib gcc added for darwin. Needed for linking on 10.4
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1275 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas b/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas
index 0402107e..62c5c769 100644
--- a/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas
+++ b/Game/Code/lib/JEDI-SDL/SDL/Pas/sdl.pas
@@ -370,6 +370,7 @@ const
{$IFDEF DARWIN}
SDLLibName = 'libSDL-1.2.0.dylib';
{$linklib libSDL-1.2.0}
+ {$linklib gcc}
{$linklib SDLmain}
{$linkframework Cocoa}
{$PASCALMAINNAME SDL_main}