hedgewars/options.inc
changeset 2803 1f446fc5c8ec
parent 2716 b9ca1bfca24f
child 3165 3ec07a7d8456
--- a/hedgewars/options.inc	Fri Feb 12 18:40:14 2010 +0000
+++ b/hedgewars/options.inc	Sat Feb 13 01:56:35 2010 +0000
@@ -22,13 +22,15 @@
   {$ERROR Only Free Pascal supported!}
 {$ENDIF}
 
+{$MODE OBJFPC}
+
 {$IFDEF IPHONEOS}
   {$DEFINE SDL13}
   {$DEFINE GLES11}
   {$DEFINE LOWRES}
   {$DEFINE SDL_MIXER_NEWER}
   {$DEFINE SDL_IMAGE_NEWER}
-  {$MODE OBJFPC}
+  {$DEFINE HWLIBRARY}
 {$ENDIF}
 
 {$IFNDEF DARWIN}