hedgewars/options.inc
changeset 6674 4d3209a189ca
parent 6580 6155187bf599
child 6676 21cf35a570a7
equal deleted inserted replaced
6673:1ee72dcea263 6674:4d3209a189ca
    31     {$DEFINE SDL13}
    31     {$DEFINE SDL13}
    32     {$DEFINE HWLIBRARY}
    32     {$DEFINE HWLIBRARY}
    33     {$DEFINE S3D_DISABLED}
    33     {$DEFINE S3D_DISABLED}
    34     {$DEFINE GLunit:=gles11}
    34     {$DEFINE GLunit:=gles11}
    35     {$DEFINE MOBILE}
    35     {$DEFINE MOBILE}
    36     {$DEFINE Java_Prefix := 'Java_org_hedgewars_hedgeroid_EngineProtocol_PascalExports_'}
    36     {$DEFINE Java_Prefix:= 'Java_org_hedgewars_hedgeroid_EngineProtocol_PascalExports_'}
    37     {$DEFINE USE_SDLTHREADS}
    37     {$DEFINE USE_SDLTHREADS}
       
    38     {$DEFINE USE_CONTEXT_RESTORE}
    38 {$ENDIF}
    39 {$ENDIF}
    39 
    40 
    40 {$IFDEF IPHONEOS}
    41 {$IFDEF IPHONEOS}
    41     {$DEFINE SDL13}
    42     {$DEFINE SDL13}
    42     {$DEFINE HWLIBRARY}
    43     {$DEFINE HWLIBRARY}
    43     {$DEFINE S3D_DISABLED}
    44     {$DEFINE S3D_DISABLED}
    44     {$DEFINE GLunit:=gles11}
    45     {$DEFINE GLunit:=gles11}
    45     {$DEFINE MOBILE}
    46     {$DEFINE MOBILE}
    46 {$ENDIF}
    47 {$ENDIF}
    47 
    48 
       
    49 {$IFDEF WIN32}
       
    50     {$DEFINE USE_CONTEXT_RESTORE}
       
    51 {$ENDIF}
       
    52 
    48 {$IFNDEF IPHONEOS}
    53 {$IFNDEF IPHONEOS}
    49     // not needed on ios because it is switched from the compiler command line arguments
    54     {$IFDEF DARWIN}
       
    55         {$DEFINE USE_CONTEXT_RESTORE}
       
    56     {$ENDIF}
       
    57     // not needed on ios because DEBUGFILE is switched from command line
    50     {$DEFINE DEBUGFILE}
    58     {$DEFINE DEBUGFILE}
    51     //{$DEFINE TRACEAIACTIONS}
    59     //{$DEFINE TRACEAIACTIONS}
    52     //{$DEFINE COUNTTICKS}
    60     //{$DEFINE COUNTTICKS}
    53 {$ENDIF}
    61 {$ENDIF}
    54 
    62