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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 18:07:40 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 18:07:40 +0400
commit07ed73caee6d933014c0b3c7f98b5ef8376c8724 (patch)
treef23641dd6bedf457265eaf400fcd04dcf1050971 /build_files
parentf0aac81466bb5b3a935d74d3a35b545002b0451b (diff)
- Fix for compiling without international support
- Enable international support for win64 msvc by default
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/config/win64-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/config/win64-vc-config.py b/build_files/scons/config/win64-vc-config.py
index 11e3155e5f4..280ba3dd3f1 100644
--- a/build_files/scons/config/win64-vc-config.py
+++ b/build_files/scons/config/win64-vc-config.py
@@ -96,7 +96,7 @@ BF_ZLIB_INC = '${BF_ZLIB}/include'
BF_ZLIB_LIB = 'libz'
BF_ZLIB_LIBPATH = '${BF_ZLIB}/lib'
-WITH_BF_INTERNATIONAL = False
+WITH_BF_INTERNATIONAL = True
BF_GETTEXT = LIBDIR + '/gettext'
BF_GETTEXT_INC = '${BF_GETTEXT}/include'