Added menu-native define
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5260 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
df3e8fa719
commit
37b3eb0566
1 changed files with 4 additions and 2 deletions
|
@ -20,6 +20,8 @@
|
|||
//#define GAME_DOWNLOADSURL NULL //url for the package manger to update from
|
||||
//#define GAME_DEFAULTCMDS NULL //a string containing the things you want to
|
||||
|
||||
// All my fault -eukara
|
||||
#define MENU_NATIVECODE
|
||||
|
||||
// What do we use
|
||||
//#define D3D9QUAKE
|
||||
|
@ -91,7 +93,7 @@
|
|||
#undef AVAIL_FREETYPE //for truetype font rendering
|
||||
#undef AVAIL_WASAPI //windows advanced sound api
|
||||
#undef AVAIL_DSOUND
|
||||
#undef AVAIL_BOTLIB //q3 botlib
|
||||
#undef BOTLIB_STATIC //q3 botlib
|
||||
#undef AVAIL_XZDEC //.xz decompression
|
||||
#undef AVAIL_GZDEC //.gz decompression
|
||||
#undef AVAIL_DZIP //.dzip special-case archive support
|
||||
|
@ -161,7 +163,7 @@
|
|||
|
||||
|
||||
-DNO_SPEEX //disable static speex
|
||||
#ifndef AVAIL_BOTLIB
|
||||
#ifndef BOTLIB_STATIC
|
||||
-DNO_BOTLIB //disable static botlib
|
||||
#endif
|
||||
-DNO_VORBISFILE //disable static vorbisfile
|
||||
|
|
Loading…
Reference in a new issue