[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28398] trunk/blender/source/blender/ Makefile: Makefile fix: new modifiers directory had to be compiled too.

Ton Roosendaal ton at blender.org
Sat Apr 24 14:37:17 CEST 2010


Revision: 28398
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28398
Author:   ton
Date:     2010-04-24 14:37:17 +0200 (Sat, 24 Apr 2010)

Log Message:
-----------
Makefile fix: new modifiers directory had to be compiled too.

Modified Paths:
--------------
    trunk/blender/source/blender/Makefile

Modified: trunk/blender/source/blender/Makefile
===================================================================
--- trunk/blender/source/blender/Makefile	2010-04-24 10:08:07 UTC (rev 28397)
+++ trunk/blender/source/blender/Makefile	2010-04-24 12:37:17 UTC (rev 28398)
@@ -32,7 +32,7 @@
 
 DIRS = windowmanager editors blenloader readblenfile
 DIRS += avi imbuf render blenlib blenkernel blenpluginapi
-DIRS += makesdna makesrna
+DIRS += makesdna makesrna modifiers
 DIRS += python nodes modifiers gpu
 DIRS += blenfont ikplugin
 





More information about the Bf-blender-cvs mailing list