hedgewars/options.inc
changeset 6580 6155187bf599
parent 6460 e3cc8ec51cd3
child 6674 4d3209a189ca
--- a/hedgewars/options.inc	Mon Jan 16 10:22:21 2012 +0100
+++ b/hedgewars/options.inc	Tue Jan 17 09:01:31 2012 -0500
@@ -17,9 +17,9 @@
  *)
 
 {$IFDEF FPC}
-  {$J+}
+    {$J+}
 {$ELSE}
-  {$ERROR Only Free Pascal supported!}
+    {$ERROR Only Free Pascal supported!}
 {$ENDIF}
 
 {$MODE OBJFPC}
@@ -28,28 +28,28 @@
 {$DEFINE GLunit:=GL}
 
 {$IFDEF ANDROID}
-  {$DEFINE SDL13}
-  {$DEFINE HWLIBRARY}
-  {$DEFINE S3D_DISABLED}
-  {$DEFINE GLunit:=gles11}
-  {$DEFINE MOBILE}
-  {$DEFINE Java_Prefix := 'Java_org_hedgewars_hedgeroid_EngineProtocol_PascalExports_'}
-  {$DEFINE USE_SDLTHREADS}
+    {$DEFINE SDL13}
+    {$DEFINE HWLIBRARY}
+    {$DEFINE S3D_DISABLED}
+    {$DEFINE GLunit:=gles11}
+    {$DEFINE MOBILE}
+    {$DEFINE Java_Prefix := 'Java_org_hedgewars_hedgeroid_EngineProtocol_PascalExports_'}
+    {$DEFINE USE_SDLTHREADS}
 {$ENDIF}
 
 {$IFDEF IPHONEOS}
-  {$DEFINE SDL13}
-  {$DEFINE HWLIBRARY}
-  {$DEFINE S3D_DISABLED}
-  {$DEFINE GLunit:=gles11}
-  {$DEFINE MOBILE}
+    {$DEFINE SDL13}
+    {$DEFINE HWLIBRARY}
+    {$DEFINE S3D_DISABLED}
+    {$DEFINE GLunit:=gles11}
+    {$DEFINE MOBILE}
 {$ENDIF}
 
 {$IFNDEF IPHONEOS}
-  // not needed on ios because it is switched from the compiler command line arguments
-  {$DEFINE DEBUGFILE}
-  //{$DEFINE TRACEAIACTIONS}
-  //{$DEFINE COUNTTICKS}
+    // not needed on ios because it is switched from the compiler command line arguments
+    {$DEFINE DEBUGFILE}
+    //{$DEFINE TRACEAIACTIONS}
+    //{$DEFINE COUNTTICKS}
 {$ENDIF}
 
 //also available LUA_DISABLED