mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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
This commit is contained in:
parent
b6fd491d44
commit
c011c912f7
1 changed files with 10 additions and 0 deletions
|
@ -109,6 +109,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#define MENU_DAT //support for menu.dat
|
#define MENU_DAT //support for menu.dat
|
||||||
|
|
||||||
|
#define Q3SHADERS
|
||||||
|
|
||||||
// #define VOICECHAT //experimental
|
// #define VOICECHAT //experimental
|
||||||
|
|
||||||
//these things were moved to plugins.
|
//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 TEXTEDITOR
|
||||||
#undef RUNTIMELIGHTING
|
#undef RUNTIMELIGHTING
|
||||||
#undef PLUGINS //we don't have any server side stuff.
|
#undef PLUGINS //we don't have any server side stuff.
|
||||||
|
#undef Q3SHADERS
|
||||||
#endif
|
#endif
|
||||||
#ifdef CLIENTONLY //remove optional server componants that make no sence on a client only build.
|
#ifdef CLIENTONLY //remove optional server componants that make no sence on a client only build.
|
||||||
#undef Q2SERVER
|
#undef Q2SERVER
|
||||||
|
@ -181,6 +184,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(RGLQUAKE)
|
||||||
|
#undef Q3BSPS
|
||||||
|
#endif
|
||||||
|
#if !defined(Q3BSPS)
|
||||||
|
#undef Q3SHADERS
|
||||||
|
#endif
|
||||||
|
|
||||||
#define PROTOCOLEXTENSIONS
|
#define PROTOCOLEXTENSIONS
|
||||||
|
|
||||||
#define PRE_SAYONE 2.487 //FIXME: remove.
|
#define PRE_SAYONE 2.487 //FIXME: remove.
|
||||||
|
|
Loading…
Reference in a new issue