* reflect WITH_BF_INTERNATIONAL changes into (platform)-config.py files too

This commit is contained in:
Nathan Letwory
2006-02-05 12:27:49 +00:00
parent 631a8d85d4
commit 3c9494bbfd
5 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,8 @@ BF_ZLIB = '/usr'
BF_ZLIB_INC = BF_ZLIB + '/include'
BF_ZLIB_LIB = 'z'
WITH_BF_GETTEXT = 'true'
WITH_BF_INTERNATIONAL = 'true'
BF_GETTEXT = '/usr'
BF_GETTEXT_INC = BF_GETTEXT + '/include'
BF_GETTEXT_LIB = BF_GETTEXT + '/lib/libintl.a'
@@ -86,7 +87,6 @@ BF_SOLID_LIB = 'extern_solid'
#BF_PARANOID = 'true'
# enable freetype2 support for text objects
WITH_BF_FREETYPE = 'true'
BF_FREETYPE = '/usr'
BF_FREETYPE_INC = BF_FREETYPE + '/include ' + BF_FREETYPE + '/include/freetype2'
BF_FREETYPE_LIB = 'freetype'