mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
newstyle dies!
This commit is contained in:
parent
7c37aa511b
commit
216f2240ac
3 changed files with 1 additions and 21 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue