mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
Added NEWSTYLE and GAMENAME for EmpireOS.
This commit is contained in:
parent
a2c74bb21e
commit
259b41b6f9
1 changed files with 11 additions and 1 deletions
|
@ -31,6 +31,16 @@
|
|||
/* Version string */
|
||||
#undef VERSION
|
||||
|
||||
/* Define if you want to use QF-style defaults instead of Id-style */
|
||||
#undef NEWSTYLE
|
||||
|
||||
/* Define this to the subdirectory name of the default game */
|
||||
#ifdef NEWSTYLE
|
||||
# define GAMENAME "base"
|
||||
#else
|
||||
# define GAMENAME "id1"
|
||||
#endif
|
||||
|
||||
/* Define if you have the XFree86 DGA extension */
|
||||
#undef HAS_DGA
|
||||
|
||||
|
@ -219,4 +229,4 @@
|
|||
#define HAVE_STRSTR 1
|
||||
#define HAVE_LIBM 1
|
||||
#define X_DISPLAY_MISSING 1
|
||||
#define HAVE_GL_COLOR_INDEX8_EXT 1
|
||||
#define HAVE_GL_COLOR_INDEX8_EXT 1
|
||||
|
|
Loading…
Reference in a new issue