aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-05-16 21:10:58 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-05-16 21:10:58 +0000
commit5e3abe97990f43283b83c80af108da06e009d1f1 (patch)
tree71acd344bd0d41ca950b3d54cc30c292a9a70fe4 /Game/Code/lib
parenta74ee2493d8dd04eaa8e94e9c372c17823a1fc97 (diff)
downloadusdx-5e3abe97990f43283b83c80af108da06e009d1f1.tar.gz
usdx-5e3abe97990f43283b83c80af108da06e009d1f1.tar.xz
usdx-5e3abe97990f43283b83c80af108da06e009d1f1.zip
linklib for darwin added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1100 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib')
-rw-r--r--Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
index 88966f82..38447252 100644
--- a/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
+++ b/Game/Code/lib/JEDI-SDL/SDL_ttf/Pas/sdl_ttf.pas
@@ -185,6 +185,7 @@ const
{$IFDEF UNIX}
{$IFDEF DARWIN}
SDLttfLibName = 'libSDL_ttf-2.0.0.dylib';
+ {$linklib libSDL_ttf}
{$ELSE}
{$IFDEF FPC}
SDLttfLibName = 'libSDL_ttf.so';