From c011c912f728281ed77c7118756dfc18c4519e6f Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 15 Dec 2004 19:47:56 +0000 Subject: [PATCH] Tweeked the conditions (Q3Debug/Q3Release targets are obsolete now) git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@650 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/bothdefs.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h index c58830050..727c3d167 100644 --- a/engine/common/bothdefs.h +++ b/engine/common/bothdefs.h @@ -109,6 +109,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MENU_DAT //support for menu.dat + #define Q3SHADERS + // #define VOICECHAT //experimental //these things were moved to plugins. @@ -163,6 +165,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #undef TEXTEDITOR #undef RUNTIMELIGHTING #undef PLUGINS //we don't have any server side stuff. + #undef Q3SHADERS #endif #ifdef CLIENTONLY //remove optional server componants that make no sence on a client only build. #undef Q2SERVER @@ -181,6 +184,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif #endif +#if !defined(RGLQUAKE) + #undef Q3BSPS +#endif +#if !defined(Q3BSPS) + #undef Q3SHADERS +#endif + #define PROTOCOLEXTENSIONS #define PRE_SAYONE 2.487 //FIXME: remove.