Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2008-01-22 02:09:23 +0300
committerChris Want <cwant@ualberta.ca>2008-01-22 02:09:23 +0300
commit9f3f546a6f71c05591442f6ebf29a94d871dd4c5 (patch)
tree5c0a7fa2155c5021930ed1a7a30a46f18aae6497 /source/Makefile
parent0b2a6e38e4ee2fe3e887b16952fd0528b4e61a3f (diff)
Needed to add another instance of openNL/SuperLU to the link line
so that the softbody code in blenlib could see it.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 793d38a08ad..3553c723b51 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -103,6 +103,8 @@ COMLIB += $(OCGDIR)/blender/nodes_cmp/$(DEBUG_DIR)libnodes_cmp.a
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