[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13340] trunk/blender/source/Makefile: Needed to add another instance of openNL/SuperLU to the link line

Chris Want cwant at ualberta.ca
Tue Jan 22 00:09:24 CET 2008


Revision: 13340
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13340
Author:   hos
Date:     2008-01-22 00:09:23 +0100 (Tue, 22 Jan 2008)

Log Message:
-----------
Needed to add another instance of openNL/SuperLU to the link line
so that the softbody code in blenlib could see it.

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

Modified: trunk/blender/source/Makefile
===================================================================
--- trunk/blender/source/Makefile	2008-01-21 23:06:23 UTC (rev 13339)
+++ trunk/blender/source/Makefile	2008-01-21 23:09:23 UTC (rev 13340)
@@ -103,6 +103,8 @@
 COMLIB += $(OCGDIR)/blender/nodes/$(DEBUG_DIR)libnodes.a
 COMLIB += $(OCGDIR)/blender/imbuf/$(DEBUG_DIR)libimbuf.a
 COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
+COMLIB += $(NAN_OPENNL)/lib/$(DEBUG_DIR)libopennl.a
+COMLIB += $(NAN_SUPERLU)/lib/$(DEBUG_DIR)libsuperlu.a	
 COMLIB += $(OCGDIR)/blender/avi/$(DEBUG_DIR)libavi.a
 COMLIB += $(NAN_JPEG)/lib/libjpeg.a
 





More information about the Bf-blender-cvs mailing list