Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-12 19:32:18 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-12 19:32:18 +0300
commita19e542db2d5d65aae9720d22e10e578d2b5bd9e (patch)
tree0d8dba2e9db50b08f0e8fccb6e1e6e06f55c7156 /config
parent173c1c170f747caeb98463f41d9c24ab09707d1a (diff)
Bug #20410: collada doesn't compile with mingw but is enabled by default. Since
no one seems to be fixing this I've just disabled it by default now.
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 9088db5a5d8..b29ea74c152 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -142,7 +142,7 @@ BF_OPENGL_LIB_STATIC = [ '${BF_OPENGL}/lib/libGL.a', '${BF_OPENGL}/lib/libGLU.a'
'${BF_OPENGL}/lib/libXmu.a', '${BF_OPENGL}/lib/libXext.a',
'${BF_OPENGL}/lib/libX11.a', '${BF_OPENGL}/lib/libXi.a' ]
-WITH_BF_COLLADA = True
+WITH_BF_COLLADA = False
BF_COLLADA = '#source/blender/collada'
BF_COLLADA_INC = '${BF_COLLADA}'
BF_COLLADA_LIB = 'bf_collada'