hedgewars/config.inc.in
changeset 5125 715cf3f2b342
parent 4976 088d40d8aba2
child 6700 e04da46ee43c
equal deleted inserted replaced
5124:84267f79879b 5125:715cf3f2b342
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    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 (*
       
    20  * config.inc contains constants that are determined and set
       
    21  * by the build system at compile time,
       
    22  * based on the contents of config.inc.in
       
    23  *)
    19 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
    24 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
    20       cVersionString = '${HEDGEWARS_VERSION}';
    25       cVersionString = '${HEDGEWARS_VERSION}';
    21       cLuaLibrary = '${LUA_LIBRARY}';
    26       cLuaLibrary = '${LUA_LIBRARY}';