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:
authorMartin Poirier <theeth@yahoo.com>2009-10-30 23:47:13 +0300
committerMartin Poirier <theeth@yahoo.com>2009-10-30 23:47:13 +0300
commit9aa380b67ee0bf5542fd2b190bc6349b5bf9a537 (patch)
tree391a612e5e0e5b86128fbc9dd6c88d9b527ef406 /config
parent0cf1d391edba39f211ee122314631adfb76272b8 (diff)
Make Collada False by default everywhere
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 6b10b410715..b519aa95ca7 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -126,6 +126,10 @@ BF_OPENGL_LIB = 'opengl32 glu32'
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' ]
+
+# Disable Collada by default
+WITH_BF_COLLADA = False
+
##
CC = 'gcc'
CXX = 'g++'