hedgewars/options.inc
author Xeli
Mon, 28 Nov 2011 17:37:43 +0100
changeset 6460 e3cc8ec51cd3
parent 6047 10011f051f9c
child 6580 6155187bf599
permissions -rw-r--r--
added a switch USE_SDLTHREADS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     1
(*
1066
1f1b3686a2b0 Update copyright headers a bit
unc0rr
parents: 515
diff changeset
     2
 * Hedgewars, a free turn based strategy game
4976
088d40d8aba2 Happy 2011 :)
koda
parents: 4850
diff changeset
     3
 * Copyright (c) 2004, 2011 Andrey Korotaev <unC0Rr@gmail.com>
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     4
 *
183
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     8
 *
183
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
    12
 * GNU General Public License for more details.
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    13
 *
183
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
    14
 * You should have received a copy of the GNU General Public License
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
    15
 * along with this program; if not, write to the Free Software
57c2ef19f719 Relicense to GPL
unc0rr
parents: 80
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    17
 *)
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    18
2599
c7153d2348f3 move compiler directives to standard pascal
koda
parents: 2590
diff changeset
    19
{$IFDEF FPC}
c7153d2348f3 move compiler directives to standard pascal
koda
parents: 2590
diff changeset
    20
  {$J+}
2630
079ef82eac75 revamped file access and debug display
koda
parents: 2609
diff changeset
    21
{$ELSE}
079ef82eac75 revamped file access and debug display
koda
parents: 2609
diff changeset
    22
  {$ERROR Only Free Pascal supported!}
2600
7b21daf84933 revamped SDLh.pas
koda
parents: 2599
diff changeset
    23
{$ENDIF}
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    24
2803
1f446fc5c8ec allow to compile engine as library with HWLIBRARY symbol
koda
parents: 2716
diff changeset
    25
{$MODE OBJFPC}
3165
3ec07a7d8456 just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents: 2803
diff changeset
    26
{$MACRO ON}
3ec07a7d8456 just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents: 2803
diff changeset
    27
4850
434cd1284204 code cleanup
koda
parents: 4347
diff changeset
    28
{$DEFINE GLunit:=GL}
2803
1f446fc5c8ec allow to compile engine as library with HWLIBRARY symbol
koda
parents: 2716
diff changeset
    29
5286
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    30
{$IFDEF ANDROID}
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    31
  {$DEFINE SDL13}
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    32
  {$DEFINE HWLIBRARY}
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    33
  {$DEFINE S3D_DISABLED}
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    34
  {$DEFINE GLunit:=gles11}
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    35
  {$DEFINE MOBILE}
6047
10011f051f9c Changed package name from org.hedgewars.mobile to org.hedgewars.hedgeroid to upload it to the market
Xeli
parents: 6033
diff changeset
    36
  {$DEFINE Java_Prefix := 'Java_org_hedgewars_hedgeroid_EngineProtocol_PascalExports_'}
6460
e3cc8ec51cd3 added a switch USE_SDLTHREADS
Xeli
parents: 6047
diff changeset
    37
  {$DEFINE USE_SDLTHREADS}
5286
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    38
{$ENDIF}
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    39
2586
204e6b2885bc added little/big endian checks, added symbol for touch input, simplified iphoneos definitions
koda
parents: 1066
diff changeset
    40
{$IFDEF IPHONEOS}
2599
c7153d2348f3 move compiler directives to standard pascal
koda
parents: 2590
diff changeset
    41
  {$DEFINE SDL13}
2803
1f446fc5c8ec allow to compile engine as library with HWLIBRARY symbol
koda
parents: 2716
diff changeset
    42
  {$DEFINE HWLIBRARY}
4347
0ddb100fea61 add a S3D_DISABLED symbol to disable/enable stereo rendering at compilation time
koda
parents: 3822
diff changeset
    43
  {$DEFINE S3D_DISABLED}
3514
59dbd31e9953 move stuff around and update iphone project
koda
parents: 3165
diff changeset
    44
  {$DEFINE GLunit:=gles11}
5286
22c1f4833a86 First commit..
Xeli
parents: 5275
diff changeset
    45
  {$DEFINE MOBILE}
6033
6bcc36225162 fix compiling for android, strip out all delphi code, objfpc ftw
koda
parents: 6025
diff changeset
    46
{$ENDIF}
6bcc36225162 fix compiling for android, strip out all delphi code, objfpc ftw
koda
parents: 6025
diff changeset
    47
6bcc36225162 fix compiling for android, strip out all delphi code, objfpc ftw
koda
parents: 6025
diff changeset
    48
{$IFNDEF IPHONEOS}
6bcc36225162 fix compiling for android, strip out all delphi code, objfpc ftw
koda
parents: 6025
diff changeset
    49
  // not needed on ios because it is switched from the compiler command line arguments
6025
cac1d5601d7c reviewed the build system and parts of the previous merge, performed some code cleanup
koda
parents: 5444
diff changeset
    50
  {$DEFINE DEBUGFILE}
cac1d5601d7c reviewed the build system and parts of the previous merge, performed some code cleanup
koda
parents: 5444
diff changeset
    51
  //{$DEFINE TRACEAIACTIONS}
cac1d5601d7c reviewed the build system and parts of the previous merge, performed some code cleanup
koda
parents: 5444
diff changeset
    52
  //{$DEFINE COUNTTICKS}
2630
079ef82eac75 revamped file access and debug display
koda
parents: 2609
diff changeset
    53
{$ENDIF}
079ef82eac75 revamped file access and debug display
koda
parents: 2609
diff changeset
    54
5048
8e0b459725ff That game has renamed
unc0rr
parents: 4976
diff changeset
    55
//also available LUA_DISABLED