Conflicts:
	src/version.h
This commit is contained in:
Christoph Oelckers 2015-04-03 09:45:04 +02:00
commit f0886ce1f1
21 changed files with 223 additions and 47 deletions

View file

@ -90,13 +90,14 @@ const char *GetVersionString();
// More stuff that needs to be different for derivatives.
#define GAMENAME "GZDoom"
#define GAMENAMELOWERCASE "gzdoom"
#define FORUM_URL "http://forum.drdteam.org"
#define BUGS_FORUM_URL "http://forum.drdteam.org/viewforum.php?f=24"
#if defined(__APPLE__) || defined(_WIN32)
#define GAME_DIR GAMENAME
#else
#define GAME_DIR ".config/gzdoom"
#define GAME_DIR ".config/" GAMENAMELOWERCASE
#endif