[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13290] trunk/blender/config/ win32-mingw-config.py: Disabled "WITH_BF_BINRELOC" for mingw

Joshua Leung aligorith at gmail.com
Sat Jan 19 00:13:08 CET 2008


Revision: 13290
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13290
Author:   aligorith
Date:     2008-01-19 00:13:07 +0100 (Sat, 19 Jan 2008)

Log Message:
-----------
Disabled "WITH_BF_BINRELOC" for mingw

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

Modified: trunk/blender/config/win32-mingw-config.py
===================================================================
--- trunk/blender/config/win32-mingw-config.py	2008-01-18 21:39:47 UTC (rev 13289)
+++ trunk/blender/config/win32-mingw-config.py	2008-01-18 23:13:07 UTC (rev 13290)
@@ -97,6 +97,8 @@
 
 WITH_BF_YAFRAY = 'true'
 
+WITH_BF_BINRELOC = 'false'
+
 #WITH_BF_NSPR = 'true'
 #BF_NSPR = $(LIBDIR)/nspr
 #BF_NSPR_INC = -I$(BF_NSPR)/include -I$(BF_NSPR)/include/nspr





More information about the Bf-blender-cvs mailing list