[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22606] branches/blender2.5/blender/source /Makefile: Missing libed_userpref in source/Makefile

Diego Borghetti bdiego at gmail.com
Tue Aug 18 19:02:02 CEST 2009


Revision: 22606
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22606
Author:   bdiego
Date:     2009-08-18 19:01:59 +0200 (Tue, 18 Aug 2009)

Log Message:
-----------
Missing libed_userpref in source/Makefile

Modified Paths:
--------------
    branches/blender2.5/blender/source/Makefile

Modified: branches/blender2.5/blender/source/Makefile
===================================================================
--- branches/blender2.5/blender/source/Makefile	2009-08-18 16:11:53 UTC (rev 22605)
+++ branches/blender2.5/blender/source/Makefile	2009-08-18 17:01:59 UTC (rev 22606)
@@ -244,6 +244,7 @@
 PULIB += $(OCGDIR)/blender/ed_uvedit/$(DEBUG_DIR)libed_uvedit.a
 PULIB += $(OCGDIR)/blender/ed_screen/$(DEBUG_DIR)libed_screen.a
 PULIB += $(OCGDIR)/blender/ed_console/$(DEBUG_DIR)libed_console.a
+PULIB += $(OCGDIR)/blender/ed_userpref/$(DEBUG_DIR)libed_userpref.a
 PULIB += $(OCGDIR)/blender/windowmanager/$(DEBUG_DIR)libwindowmanager.a
 PULIB += $(OCGDIR)/blender/python/$(DEBUG_DIR)libpython.a
 PULIB += $(OCGDIR)/blender/makesrna/$(DEBUG_DIR)librna.a





More information about the Bf-blender-cvs mailing list