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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-09-26 02:38:15 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-09-26 02:38:15 +0400
commitda5ff2ca98ae275f6e9addbad52621415fd30160 (patch)
tree8a7bf28d186737e6499e56295572488875cb899d /source/Makefile
parent72c4c9da7a4074f86f4ed59d87a6e50a98b9bb06 (diff)
Add directives to support multi dir lib.
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 b0c15c2eba1..5a071a10a9c 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -101,6 +101,8 @@ COMLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a
COMLIB += $(OCGDIR)/blender/ikplugin/$(DEBUG_DIR)libikplugin.a
COMLIB += $(NAN_IKSOLVER)/lib/$(DEBUG_DIR)libiksolver.a
COMLIB += $(NAN_ITASC)/lib/$(DEBUG_DIR)libitasc.a
+COMLIB += $(NAN_ITASC)/lib/$(DEBUG_DIR)libitasc_kdl.a
+COMLIB += $(NAN_ITASC)/lib/$(DEBUG_DIR)libitasc_kdl_util.a
COMLIB += $(NAN_MOTO)/lib/$(DEBUG_DIR)libmoto.a
COMLIB += $(NAN_SUPERLU)/lib/$(DEBUG_DIR)libsuperlu.a
COMLIB += $(OCGDIR)/blender/avi/$(DEBUG_DIR)libavi.a