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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-03-10 20:55:01 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-03-10 20:55:01 +0400
commit874b692e80181a7212c77e1d9c83b6e0b36be967 (patch)
treeecac5eff553d0d801fd74436e515e2e10e1e2297 /source/blender/render/SConscript
parent7a94ad94089377c541836fa880748166aa4278c5 (diff)
More UI message i18n fixes and improvements...
Rendering messages are now translatable.
Diffstat (limited to 'source/blender/render/SConscript')
-rw-r--r--source/blender/render/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/render/SConscript b/source/blender/render/SConscript
index 992dd8c8262..a142f87a05a 100644
--- a/source/blender/render/SConscript
+++ b/source/blender/render/SConscript
@@ -86,6 +86,9 @@ if env['WITH_BF_OPENEXR']:
if env['WITH_BF_GAMEENGINE']:
defs.append('WITH_GAMEENGINE')
+if env['WITH_BF_INTERNATIONAL']:
+ defs.append('WITH_INTERNATIONAL')
+
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):
incs += ' ' + env['BF_PTHREADS_INC']