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

Ton Roosendaal ton at blender.org
Wed Jul 29 20:03:25 CEST 2009


Revision: 22020
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22020
Author:   ton
Date:     2009-07-29 20:03:25 +0200 (Wed, 29 Jul 2009)

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

Makefile fix: added metaball.a lib

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

Modified: branches/blender2.5/blender/source/Makefile
===================================================================
--- branches/blender2.5/blender/source/Makefile	2009-07-29 17:56:38 UTC (rev 22019)
+++ branches/blender2.5/blender/source/Makefile	2009-07-29 18:03:25 UTC (rev 22020)
@@ -229,6 +229,7 @@
 PULIB += $(OCGDIR)/blender/ed_interface/$(DEBUG_DIR)libed_interface.a
 PULIB += $(OCGDIR)/blender/ed_object/$(DEBUG_DIR)libed_object.a
 PULIB += $(OCGDIR)/blender/ed_curve/$(DEBUG_DIR)libed_curve.a
+PULIB += $(OCGDIR)/blender/ed_metaball/$(DEBUG_DIR)libed_metaball.a
 PULIB += $(OCGDIR)/blender/ed_armature/$(DEBUG_DIR)libed_armature.a
 PULIB += $(OCGDIR)/blender/ed_mesh/$(DEBUG_DIR)libed_mesh.a
 PULIB += $(OCGDIR)/blender/ed_sculpt_paint/$(DEBUG_DIR)libed_sculpt_paint.a





More information about the Bf-blender-cvs mailing list