newstyle dies!

This commit is contained in:
Joseph Carter 2001-06-06 14:28:42 +00:00
parent 7c37aa511b
commit 216f2240ac
3 changed files with 1 additions and 21 deletions

2
debian/rules vendored
View file

@ -18,7 +18,7 @@ build-stamp:
./configure --prefix=/usr --mandir=\$${prefix}/share/man \
--bindir=/usr/games --enable-release \
--with-3dfxgl-name=GL --enable-newstyle
--with-3dfxgl-name=GL
$(MAKE)
touch build-stamp

View file

@ -32,16 +32,6 @@
#define VERSION "2.40"
#define QF_VERSION "0.2.0-pre"
/* 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

View file

@ -32,16 +32,6 @@
#define VERSION "2.40"
#define QF_VERSION "0.2.0-pre"
/* 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