[Bf-blender-cvs] [8aed4bb] gooseberry: Fix compilation error with SCons

Sergey Sharybin noreply at git.blender.org
Mon Nov 24 10:11:02 CET 2014


Commit: 8aed4bb1d6ebca161f63335be78c747a34d9ea9f
Author: Sergey Sharybin
Date:   Mon Nov 24 14:09:52 2014 +0500
Branches: gooseberry
https://developer.blender.org/rB8aed4bb1d6ebca161f63335be78c747a34d9ea9f

Fix compilation error with SCons

The file wasn't being comiling by CMake, remove it from SCons compilation as well.
Not sure if the same is required in original branch, maybe it'll be redone anyway.

For now let's make it so gooseberry branch is compiling nicely on the buildbot.

===================================================================

M	source/blender/editors/transform/SConscript

===================================================================

diff --git a/source/blender/editors/transform/SConscript b/source/blender/editors/transform/SConscript
index e249856..d1bc958 100644
--- a/source/blender/editors/transform/SConscript
+++ b/source/blender/editors/transform/SConscript
@@ -28,6 +28,7 @@
 Import ('env')
 
 sources = env.Glob('*.c')
+sources.remove('manipulator_widget.c')
 
 incs = [
     '#/intern/guardedalloc',




More information about the Bf-blender-cvs mailing list