00001 00002 #ifndef WESCONFIG_H_INCLUDED 00003 #define WESCONFIG_H_INCLUDED 00004 00005 //! @file wesconfig.h 00006 //! Some defines: VERSION, PACKAGE, MIN_SAVEGAME_VERSION 00007 //! 00008 //! This file should only be modified by the packager of the tarball 00009 //! before and after each release. 00010 00011 // We are building with scons, so Python cannot be absent. 00012 // this definition has to be done somewhere else or the normal builds 00013 // via autotools are broken, which is ATM not acceptable 00014 //#define HAVE_PYTHON 00015 00016 // without this ifdef DUMMYLOCALES break, so leave it in even though is seems 00017 // to not have any real purpose... 00018 #ifdef HAVE_CONFIG_H 00019 # include "config.h" 00020 #else 00021 # define VERSION "1.5.0+svn" 00022 # define PACKAGE "wesnoth" 00023 # ifndef LOCALEDIR 00024 # define LOCALEDIR "translations" 00025 # endif 00026 #endif 00027 00028 /** 00029 * Some older savegames of Wesnoth cannot be loaded anymore, 00030 * this variable defines the minimum required version. 00031 * It is only to be updated upon changes that break *all* saves/replays 00032 * (break as in crash Wesnoth, not compatibility issues like stat changes) 00033 */ 00034 #define MIN_SAVEGAME_VERSION "1.3.10" 00035 00036 #endif
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |