hedgewars/config.inc.in
changeset 8307 8d7c52b24e28
parent 6700 e04da46ee43c
child 8316 89232b2fa1d6
equal deleted inserted replaced
8305:039ceb443aca 8307:8d7c52b24e28
    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       cLuaLibrary = '${LUA_LIBRARY}';
    26       cLuaLibrary = '${LUA_LIBRARY}';
       
    27       cDefaultPathPrefix = '${DATA_INSTALL_DIR}';