[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52115] trunk/blender/SConstruct: * Remove one last "gnu_gettext.dll" reference in scons.

Thomas Dinges blender at dingto.org
Sun Nov 11 20:53:12 CET 2012


Revision: 52115
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52115
Author:   dingto
Date:     2012-11-11 19:53:12 +0000 (Sun, 11 Nov 2012)
Log Message:
-----------
* Remove one last "gnu_gettext.dll" reference in scons. 

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2012-11-11 19:46:36 UTC (rev 52114)
+++ trunk/blender/SConstruct	2012-11-11 19:53:12 UTC (rev 52115)
@@ -819,10 +819,6 @@
 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
     dllsources = []
 
-    if not env['OURPLATFORM'] in ('win32-mingw', 'linuxcross'):
-        # For MinGW and linuxcross static linking will be used
-        dllsources += ['${LCGDIR}/gettext/lib/gnu_gettext.dll']
-
     dllsources += ['${BF_ZLIB_LIBPATH}/zlib.dll']
     # Used when linking to libtiff was dynamic
     # keep it here until compilation on all platform would be ok




More information about the Bf-blender-cvs mailing list