[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50695] trunk/blender/build_files/scons/ config/win32-mingw-config.py: Updating mingw32 config to reflect new boost libraries in svn

Joshua Leung aligorith at gmail.com
Mon Sep 17 14:05:19 CEST 2012


Revision: 50695
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50695
Author:   aligorith
Date:     2012-09-17 12:05:18 +0000 (Mon, 17 Sep 2012)
Log Message:
-----------
Updating mingw32 config to reflect new boost libraries in svn
(1.47 -> 1.49)

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

Modified: trunk/blender/build_files/scons/config/win32-mingw-config.py
===================================================================
--- trunk/blender/build_files/scons/config/win32-mingw-config.py	2012-09-17 11:25:29 UTC (rev 50694)
+++ trunk/blender/build_files/scons/config/win32-mingw-config.py	2012-09-17 12:05:18 UTC (rev 50695)
@@ -168,7 +168,7 @@
 WITH_BF_BOOST = True
 BF_BOOST = LIBDIR + '/boost'
 BF_BOOST_INC = BF_BOOST + '/include'
-BF_BOOST_LIB = 'boost_date_time-mgw46-mt-s-1_47 boost_filesystem-mgw46-mt-s-1_47 boost_regex-mgw46-mt-s-1_47 boost_system-mgw46-mt-s-1_47 boost_thread-mgw46-mt-s-1_47'
+BF_BOOST_LIB = 'boost_date_time-mgw46-mt-s-1_49 boost_filesystem-mgw46-mt-s-1_49 boost_regex-mgw46-mt-s-1_49 boost_system-mgw46-mt-s-1_49 boost_thread-mgw46-mt-s-1_49'
 BF_BOOST_LIBPATH = BF_BOOST + '/lib'
 
 #Ray trace optimization




More information about the Bf-blender-cvs mailing list