hedgewars/config.inc.in
changeset 5125 715cf3f2b342
parent 4976 088d40d8aba2
child 6700 e04da46ee43c
--- a/hedgewars/config.inc.in	Fri Apr 08 11:40:18 2011 +0200
+++ b/hedgewars/config.inc.in	Fri Apr 08 13:42:25 2011 +0200
@@ -16,6 +16,11 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  *)
 
+(*
+ * config.inc contains constants that are determined and set
+ * by the build system at compile time,
+ * based on the contents of config.inc.in
+ *)
 const cNetProtoVersion = ${HEDGEWARS_PROTO_VER};
       cVersionString = '${HEDGEWARS_VERSION}';
       cLuaLibrary = '${LUA_LIBRARY}';