From 216f2240ac236b24078caa7858d93d2fefc42f4c Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Wed, 6 Jun 2001 14:28:42 +0000 Subject: [PATCH] newstyle dies! --- debian/rules | 2 +- win32/borlandc/config.h | 10 ---------- win32/config.h | 10 ---------- 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/debian/rules b/debian/rules index f585685..46e35ec 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/win32/borlandc/config.h b/win32/borlandc/config.h index 35bc82a..c572e94 100644 --- a/win32/borlandc/config.h +++ b/win32/borlandc/config.h @@ -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 diff --git a/win32/config.h b/win32/config.h index 0ad955f..d2199bd 100644 --- a/win32/config.h +++ b/win32/config.h @@ -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