[Bf-blender-cvs] [fd8ad2b] master: Further tweak to .mo compilation on windows

Sergey Sharybin noreply at git.blender.org
Sat Nov 16 17:34:04 CET 2013


Commit: fd8ad2bbe438f74ec816f43141de04dfe03389d9
Author: Sergey Sharybin
Date:   Sat Nov 16 22:33:05 2013 +0600
http://developer.blender.org/rBfd8ad2bbe438f74ec816f43141de04dfe03389d9

Further tweak to .mo compilation on windows

Was wrong dependency used for msgfmt custom command.

===================================================================

M	intern/locale/SConscript

===================================================================

diff --git a/intern/locale/SConscript b/intern/locale/SConscript
index a8b6d17..38161b4 100644
--- a/intern/locale/SConscript
+++ b/intern/locale/SConscript
@@ -68,7 +68,7 @@ if env['WITH_BF_INTERNATIONAL']:
             msgfmt_executable += ".exe"
 
         # dependencies
-        dependencies = [targetpath]
+        dependencies = [msgfmt_target]
 
         # add command for each locale
         all_mo_files = []




More information about the Bf-blender-cvs mailing list