hedgewars/SDLh.pas
changeset 2200 8192be6e3aef
parent 2191 20c62f787a4d
child 2240 7ce9e6b7be3b
--- a/hedgewars/SDLh.pas	Sat Jun 27 09:51:15 2009 +0000
+++ b/hedgewars/SDLh.pas	Sun Jun 28 14:37:26 2009 +0000
@@ -36,15 +36,16 @@
 {$PACKRECORDS C}
 
 {$IFDEF DARWIN}
-	  {$PASCALMAINNAME SDL_main}
+	{$PASCALMAINNAME SDL_main}
 {$IFNDEF IPHONEOS}
-	  {$linkframework Cocoa}
-	  {$linkframework SDL}
-	  {$linkframework SDL_net}
-	  {$linkframework SDL_image}
-	  {$linkframework SDL_ttf}
-	  {$linklib SDLmain}
-	  {$linklib gcc}
+	{$linkframework Cocoa}
+	{$linkframework SDL}
+	{$linkframework SDL_net}
+	{$linkframework SDL_image}
+	{$linkframework SDL_ttf}
+	{$linklib openalbridge}
+	{$linklib SDLmain}
+	{$linklib gcc}
 {$ENDIF}
 {$ENDIF}