* WITH_BF_GETTEXT and WITH_BF_FREETYPE are merged into WITH_BF_INTERNATIONAL

* typo in adding BF_OPENAL_LIBPATH, resulting in it not being added at all
This commit is contained in:
Nathan Letwory
2006-02-05 12:24:52 +00:00
parent c5a0e79fb0
commit 631a8d85d4
8 changed files with 21 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ incs += ' ' + env['BF_OPENGL_INC']
defs = []
if env['WITH_BF_FREETYPE'] == 1:
if env['WITH_BF_INTERNATIONAL'] == 1:
incs += ' ../ftfont'
defs.append('INTERNATIONAL')
defs.append('FTGL_STATIC_LIBRARY')