[Bf-blender-cvs] [ae64bfb] depsgraph_refactor: Depsgraph: Fixed SCons buildsystem

Joshua Leung noreply at git.blender.org
Thu May 22 13:40:07 CEST 2014


Commit: ae64bfb51325bcfb08b10c1f12e44bac3d01e3a1
Author: Joshua Leung
Date:   Thu May 22 19:37:18 2014 +1200
https://developer.blender.org/rBae64bfb51325bcfb08b10c1f12e44bac3d01e3a1

Depsgraph: Fixed SCons buildsystem

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

M	source/blender/depsgraph/SConscript

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

diff --git a/source/blender/depsgraph/SConscript b/source/blender/depsgraph/SConscript
index f7bfee9..2635f66 100644
--- a/source/blender/depsgraph/SConscript
+++ b/source/blender/depsgraph/SConscript
@@ -27,7 +27,7 @@
 
 Import('env')
 
-sources = env.Glob('intern/*.c') + env.Glob('util/*.c')
+sources = env.Glob('intern/*.cpp') + env.Glob('util/*.cpp')
 
 incs = [
     '.',




More information about the Bf-blender-cvs mailing list