[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40439] trunk/blender/source/blender/ python/SConscript: Added misses INTERNATIONAL definition in scons rules.

Sergey Sharybin g.ulairi at gmail.com
Wed Sep 21 20:05:02 CEST 2011


Revision: 40439
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40439
Author:   nazgul
Date:     2011-09-21 18:05:01 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
Added misses INTERNATIONAL definition in scons rules.

Modified Paths:
--------------
    trunk/blender/source/blender/python/SConscript

Modified: trunk/blender/source/blender/python/SConscript
===================================================================
--- trunk/blender/source/blender/python/SConscript	2011-09-21 17:52:51 UTC (rev 40438)
+++ trunk/blender/source/blender/python/SConscript	2011-09-21 18:05:01 UTC (rev 40439)
@@ -43,5 +43,8 @@
 if env['BF_BUILDINFO']:
     defs.append('BUILD_DATE')
 
+if env['WITH_BF_INTERNATIONAL']:
+    defs.append('INTERNATIONAL')
+
 sources = env.Glob('intern/*.c')
 env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core'], priority = [361])




More information about the Bf-blender-cvs mailing list