[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33158] trunk/blender/source/kernel/ SConscript: missed removing the file for scons.

Campbell Barton ideasman42 at gmail.com
Thu Nov 18 14:52:09 CET 2010


Revision: 33158
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33158
Author:   campbellbarton
Date:     2010-11-18 14:52:09 +0100 (Thu, 18 Nov 2010)

Log Message:
-----------
missed removing the file for scons.

Modified Paths:
--------------
    trunk/blender/source/kernel/SConscript

Modified: trunk/blender/source/kernel/SConscript
===================================================================
--- trunk/blender/source/kernel/SConscript	2010-11-18 12:54:05 UTC (rev 33157)
+++ trunk/blender/source/kernel/SConscript	2010-11-18 13:52:09 UTC (rev 33158)
@@ -2,7 +2,7 @@
 Import ('env')
 
 sources = 'gen_messaging/intern/messaging.c gen_system/GEN_HashedPtr.cpp'
-sources += ' gen_system/GEN_Matrix4x4.cpp gen_system/SYS_SingletonSystem.cpp'
+sources += ' gen_system/SYS_SingletonSystem.cpp'
 sources += ' gen_system/SYS_System.cpp'
 
 incs = 'gen_messaging gen_system #/intern/string #/intern/moto/include #/source/blender/blenloader '





More information about the Bf-blender-cvs mailing list