hedgewars/config.inc.in
changeset 8650 18807b6302c8
parent 8646 e31044b7fbba
child 9080 9b42757d7e71
equal deleted inserted replaced
8649:e3a9339ce1fd 8650:18807b6302c8
    21  * by the build system at compile time,
    21  * by the build system at compile time,
    22  * based on the contents of config.inc.in
    22  * based on the contents of config.inc.in
    23  *)
    23  *)
    24 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
    24 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
    25       cVersionString = '${HEDGEWARS_VERSION}';
    25       cVersionString = '${HEDGEWARS_VERSION}';
    26       cRevisionString = '${revision_number}';
    26       cRevisionString = '${HEDGEWARS_REVISION}';
    27       cHashString = '${hash_number}';
    27       cHashString = '${HEDGEWARS_HASH}';
    28       cLuaLibrary = '${LUA_LIBRARY}';
    28       cLuaLibrary = '${LUA_LIBRARY}';
    29       cDefaultPathPrefix = '${HEDGEWARS_FULL_DATADIR}/Data';
    29       cDefaultPathPrefix = '${HEDGEWARS_FULL_DATADIR}/Data';