Commiting a dummy config.h file, ...
...for platforms where ./configure is not used. Temporary/hackish fix.
This commit is contained in:
parent
03a15a1ae7
commit
ef8ff22c1e
1 changed files with 25 additions and 0 deletions
25
config.h.dummy
Normal file
25
config.h.dummy
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
/* Name of package */
|
||||
#define PACKAGE "wesnoth"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "davidnwhite@optusnet.com.au"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "Battle for Wesnoth"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 0.8.2-CVS"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "wesnoth"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.8.2-CVS"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.8.2-CVS"
|
||||
|
||||
/* The default server for this version */
|
||||
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
|
||||
|
Loading…
Add table
Reference in a new issue