[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52387] trunk/blender/build_files/scons/ config/win64-mingw-config.py: Mingw x64:

Thomas Dinges blender at dingto.org
Tue Nov 20 02:26:24 CET 2012


Revision: 52387
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52387
Author:   dingto
Date:     2012-11-20 01:26:21 +0000 (Tue, 20 Nov 2012)
Log Message:
-----------
Mingw x64:
* Iconv libs have been removed from SVN, disable it. This hopefully fixes the buildbot. 

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/win64-mingw-config.py

Modified: trunk/blender/build_files/scons/config/win64-mingw-config.py
===================================================================
--- trunk/blender/build_files/scons/config/win64-mingw-config.py	2012-11-20 00:54:32 UTC (rev 52386)
+++ trunk/blender/build_files/scons/config/win64-mingw-config.py	2012-11-20 01:26:21 UTC (rev 52387)
@@ -113,7 +113,7 @@
 
 WITH_BF_QUICKTIME = False
 
-WITH_BF_ICONV = True
+WITH_BF_ICONV = False
 BF_ICONV = LIBDIR + "/iconv"
 BF_ICONV_INC = '${BF_ICONV}/include'
 BF_ICONV_LIB = 'iconv'




More information about the Bf-blender-cvs mailing list