[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10809] branches/bmesh/source/Makefile: Yet another makefile update for BMesh

Joseph Eagar joeedh at gmail.com
Tue May 29 08:04:03 CEST 2007


Revision: 10809
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=10809
Author:   joeedh
Date:     2007-05-29 08:04:03 +0200 (Tue, 29 May 2007)

Log Message:
-----------
Yet another makefile update for BMesh

Modified Paths:
--------------
    branches/bmesh/source/Makefile

Modified: branches/bmesh/source/Makefile
===================================================================
--- branches/bmesh/source/Makefile	2007-05-29 05:58:21 UTC (rev 10808)
+++ branches/bmesh/source/Makefile	2007-05-29 06:04:03 UTC (rev 10809)
@@ -94,6 +94,8 @@
 # linkers (e.g. under Linux) need libs to be specified multiple times
 # to properly resolve circular dependencies. ugly, but it works...
 # the repeat entries could probably be trimmed down.
+COMLIB += $(OCGDIR)/blender/bmesh/$(DEBUG_DIR)libbmesh.a
+
 COMLIB = $(OCGDIR)/blender/blenkernel/$(DEBUG_DIR)libblenkernel.a
 COMLIB += $(NAN_DECIMATION)/lib/libdecimation.a
 COMLIB += $(OCGDIR)/blender/blenloader/$(DEBUG_DIR)libblenloader.a





More information about the Bf-blender-cvs mailing list