Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-05 15:27:49 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-05 15:27:49 +0300
commit3c9494bbfda098474df7bb5944cf3fbde3d6af43 (patch)
tree661cb3fc2fb2d0750a502cc0d0d9e5bd97cc9774 /config
parent631a8d85d4a2b83394bbbb2ac629bbe2f206fa21 (diff)
* reflect WITH_BF_INTERNATIONAL changes into (platform)-config.py files too
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py4
-rw-r--r--config/linux2-config.py4
-rw-r--r--config/linuxcross-config.py4
-rw-r--r--config/win32-mingw-config.py4
-rw-r--r--config/win32-vc-config.py4
5 files changed, 10 insertions, 10 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 5450897b431..54eea3630fa 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -51,7 +51,8 @@ BF_ZLIB = '/usr'
BF_ZLIB_INC = BF_ZLIB + '/include'
BF_ZLIB_LIB = 'z'
-WITH_BF_GETTEXT = 'true'
+WITH_BF_INTERNATIONAL = 'true'
+
BF_GETTEXT = LCGDIR + '/gettext'
BF_GETTEXT_INC = BF_GETTEXT + '/include'
BF_GETTEXT_LIB = 'intl'
@@ -97,7 +98,6 @@ BF_SOLID_LIB = 'extern_solid'
#BF_PARANOID = 'true'
# enable freetype2 support for text objects
-WITH_BF_FREETYPE = 'true'
BF_FREETYPE = LCGDIR + '/freetype'
BF_FREETYPE_INC = BF_FREETYPE + '/include ' + BF_FREETYPE + '/include/freetype2'
BF_FREETYPE_LIB = 'freetype'
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 0cd7113ad7f..415fcb9b274 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -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 = 'gettextlib'
@@ -88,7 +89,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'
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index a17a9d0ab2c..4c7ae813e3c 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -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'
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index db81d418ec3..11c4578cf3d 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -51,7 +51,8 @@ BF_ZLIB_INC = '${BF_ZLIB}/include'
BF_ZLIB_LIB = 'z'
BF_ZLIB_LIBPATH = '${BF_ZLIB}/lib'
-WITH_BF_GETTEXT = 'true'
+WITH_BF_INTERNATIONAL = 'true'
+
BF_GETTEXT = LCGDIR + '/gettext'
BF_GETTEXT_INC = '${BF_GETTEXT}/include'
BF_GETTEXT_LIB = 'freegettext'
@@ -96,7 +97,6 @@ BF_SOLID_LIB = 'extern_solid'
#BF_PARANOID = 'true'
# enable freetype2 support for text objects
-WITH_BF_FREETYPE = 'true'
BF_FREETYPE = '#../extra/freetype'
BF_FREETYPE_INC = '${BF_FREETYPE}/include '
BF_FREETYPE_LIB = 'freetype'
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index b07cfcfa5ae..320fbc35d27 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -57,7 +57,8 @@ BF_ZLIB_INC = '${BF_ZLIB}/include'
BF_ZLIB_LIB = 'libz'
BF_ZLIB_LIBPATH = '${BF_ZLIB}/lib'
-WITH_BF_GETTEXT = 'true'
+WITH_BF_INTERNATIONAL = 'true'
+
BF_GETTEXT = LCGDIR + '/gettext'
BF_GETTEXT_INC = '${BF_GETTEXT}/include'
BF_GETTEXT_LIB = 'gnu_gettext'
@@ -102,7 +103,6 @@ BF_SOLID_LIB = 'extern_solid'
#BF_PARANOID = 'true'
# enable freetype2 support for text objects
-WITH_BF_FREETYPE = 'true'
BF_FREETYPE = LCGDIR + '/freetype'
BF_FREETYPE_INC = '${BF_FREETYPE}/include ${BF_FREETYPE}/include/freetype2'
BF_FREETYPE_LIB = 'freetype2ST'