mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Make sure TW builds with static FreeType.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5634 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5626c20876
commit
48cbd50217
1 changed files with 4 additions and 1 deletions
|
@ -169,7 +169,7 @@
|
|||
#undef PACKAGEMANAGER //Allows the user to enable/disable/download packages and plugins.
|
||||
#undef HEADLESSQUAKE
|
||||
#undef WAYLANDQUAKE
|
||||
#undef AVAIL_FREETYPE // for truetype font rendering
|
||||
#define AVAIL_FREETYPE // for truetype font rendering
|
||||
#undef SERVER_DEMO_PLAYBACK //outdated crap
|
||||
|
||||
//FIXME: Stuff that Spike has added that eukara needs to decide whether to use or not.
|
||||
|
@ -209,6 +209,9 @@
|
|||
#ifdef AVAIL_JPEGLIB
|
||||
-DLINK_JPEG
|
||||
#endif
|
||||
#ifdef AVAIL_FREETYPE
|
||||
-DLINK_FREETYPE
|
||||
#endif
|
||||
|
||||
#ifdef USE_INTERNAL_BULLET //makefile will respond to this by trying to link bullet into the engine itself, instead of as a plugin.
|
||||
-DLINK_INTERNAL_BULLET
|
||||
|
|
Loading…
Reference in a new issue