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>2015-12-28 19:46:48 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-28 19:46:48 +0300
commit1dcae9e309b0656a250c53a807f01c1c69cb8e42 (patch)
tree03ea69abc394d383704136b9dc58820af3089605 /source/blender/freestyle/SConscript
parent6c99d342d8ab68a60ceddb3ecdca48516fc8ba4d (diff)
Fix T47045: add some missing UI i18n translations to texture buttons and freestyle render messages.
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index cae04f8642c..ac1cbefa48c 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -9,6 +9,7 @@ incs = [
'#/extern/glew/include',
'../blenkernel',
'../blenlib',
+ '../blentranslation',
'../freestyle',
'../imbuf',
'../makesdna',
@@ -27,6 +28,9 @@ defs = ['WITH_FREESTYLE']
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
incs += ' ' + env['BF_PTHREADS_INC']
+if env['WITH_BF_INTERNATIONAL']:
+ defs.append('WITH_INTERNATIONAL')
+
########################################################
# folders sources
########################################################