project_files/Android-build/config.inc
author Xeli
Tue, 28 Jun 2011 17:51:58 +0200
branchhedgeroid
changeset 5367 c7b8da094474
permissions -rw-r--r--
The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5367
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     1
(*
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     2
 * Hedgewars, a free turn based strategy game
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     3
 * Copyright (c) 2004-2011 Andrey Korotaev <unC0Rr@gmail.com>
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     4
 *
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     8
 *
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    12
 * GNU General Public License for more details.
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    13
 *
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    14
 * You should have received a copy of the GNU General Public License
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    15
 * along with this program; if not, write to the Free Software
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    17
 *)
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    18
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    19
(*
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    20
 * config.inc contains constants that are determined and set
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    21
 * by the build system at compile time,
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    22
 * based on the contents of config.inc.in
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    23
 *)
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    24
const cNetProtoVersion = -1;
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    25
      cVersionString = 'android-0.1';
c7b8da094474 The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
Xeli
parents:
diff changeset
    26
      cLuaLibrary = 'liblua-5.1.so';