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
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2009-01-09 21:32:33 +0300
committerJoseph Eagar <joeedh@gmail.com>2009-01-09 21:32:33 +0300
commitdbe6735ae5a33f9763e1eb58478bb562e421f65b (patch)
tree5ba1d86f8083a2858da0fe9b7b44022eed8282a9 /source/blender/SConscript
parent4746ada4e3618834103f392a1dc9bfcba159f80d (diff)
parente60be63d23bce8c8fe9b749a17c1f3dc3fd56711 (diff)
merge with 2.5 at revision 18432, made bmesh compile, and also made msvc use incremental linking under scons
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index 93acf8a8430..cd00776440a 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -3,6 +3,7 @@ Import ('env')
import sys
SConscript(['avi/SConscript',
+ 'bmesh/SConscript',
'blenkernel/SConscript',
'blenlib/SConscript',
'blenloader/SConscript',