hedgewars/options.inc
changeset 7016 8b34f46e10c1
parent 6982 8d41d22a291d
child 7030 09984acadece
equal deleted inserted replaced
7015:08642c7da4a3 7016:8b34f46e10c1
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
    19 {$IFDEF FPC}
    19 {$IFDEF FPC}
    20     {$WRITEABLECONST OFF} 
    20     {$WRITEABLECONST OFF}
       
    21     {$IMPLICITEXCEPTIONS OFF}
       
    22     {$VARSTRINGCHECKS ON}
    21     {$MODE OBJFPC}
    23     {$MODE OBJFPC}
    22 {$ELSE}
    24 {$ELSE}
    23     {$ERROR Only Free Pascal supported!}
    25     {$ERROR Only Free Pascal supported!}
    24 {$ENDIF}
    26 {$ENDIF}
    25 
    27 
    26 {$MACRO ON}
    28 {$MACRO ON}
    27 
       
    28 {$DEFINE GLunit:=GL}
    29 {$DEFINE GLunit:=GL}
    29 
    30 
    30 {$IFDEF ANDROID}
    31 {$IFDEF ANDROID}
    31     {$DEFINE SDL13}
    32     {$DEFINE SDL13}
    32     {$DEFINE HWLIBRARY}
    33     {$DEFINE HWLIBRARY}