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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-16 09:25:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-16 09:25:02 +0400
commit1823bb4abb68b24b6c8db4cd388a855457dc45f4 (patch)
tree65f2847a265ecefc86684045b030055848a0977f /source/blender/bmesh/SConscript
parentebec1116184275f594cf08417b04fa43fa554628 (diff)
fix for building bmesh bevel with scons (source file was left out)
Diffstat (limited to 'source/blender/bmesh/SConscript')
-rw-r--r--source/blender/bmesh/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/SConscript b/source/blender/bmesh/SConscript
index e545dd64b02..e06f43bd85d 100644
--- a/source/blender/bmesh/SConscript
+++ b/source/blender/bmesh/SConscript
@@ -5,6 +5,7 @@ cflags=''
sources = env.Glob('intern/*.c')
sources += env.Glob('operators/*.c')
+sources += env.Glob('tools/*.c')
incs = [
'#/intern/guardedalloc',