diff -r fc52f7c22c9b -r 6155187bf599 hedgewars/options.inc --- 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