[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18039] branches/blender2.5/blender/source /Makefile: 2.5

Ton Roosendaal ton at blender.org
Wed Dec 24 11:13:12 CET 2008


Revision: 18039
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18039
Author:   ton
Date:     2008-12-24 11:13:11 +0100 (Wed, 24 Dec 2008)

Log Message:
-----------
2.5

Makefile was missing the new object module, thanks Joilnen for finding
the missing commit!

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

Modified: branches/blender2.5/blender/source/Makefile
===================================================================
--- branches/blender2.5/blender/source/Makefile	2008-12-24 02:06:34 UTC (rev 18038)
+++ branches/blender2.5/blender/source/Makefile	2008-12-24 10:13:11 UTC (rev 18039)
@@ -251,6 +251,7 @@
 PULIB += $(OCGDIR)/blender/ed_time/libed_time.a
 PULIB += $(OCGDIR)/blender/ed_view3d/libed_view3d.a
 PULIB += $(OCGDIR)/blender/ed_interface/libed_interface.a
+PULIB += $(OCGDIR)/blender/ed_object/libed_object.a
 PULIB += $(OCGDIR)/blender/ed_animation/libed_animation.a
 PULIB += $(OCGDIR)/blender/ed_util/libed_util.a
 PULIB += $(OCGDIR)/blender/ed_datafiles/libed_datafiles.a





More information about the Bf-blender-cvs mailing list