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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-01-31 15:13:58 +0300
committerDaniel Genrich <daniel.genrich@gmx.net>2008-01-31 15:13:58 +0300
commit4a1ca6ded5097e4eccba5955b609a9784979a224 (patch)
tree5af497c2dd6d52264434f321ae0dbf6ea798db03 /source/Makefile
parent538d93eb865c64166ae62e081a2a15347d712a54 (diff)
Fix: Compiling should work on SOLARIS again.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/Makefile b/source/Makefile
index 5c72940d9a2..3553c723b51 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -151,11 +151,9 @@ ifneq ($(NAN_NO_KETSJI),true)
COMLIB += $(OCGDIR)/gameengine/ketsji/KXNetwork/$(DEBUG_DIR)libKXNetwork.a
COMLIB += $(OCGDIR)/gameengine/Network/$(DEBUG_DIR)libNetwork.a
COMLIB += $(OCGDIR)/gameengine/Network/LoopBackNetwork/$(DEBUG_DIR)libLoopBackNetwork.a
+ COMLIB += $(NAN_BULLET2)/lib/libbullet2.a
endif
-# Required by cloth, not gameengine only anymore
-COMLIB += $(NAN_BULLET2)/lib/$(DEBUG_DIR)libbullet2.a
-
COMLIB += $(NAN_GUARDEDALLOC)/lib/libguardedalloc.a
COMLIB += $(NAN_MEMUTIL)/lib/libmemutil.a
COMLIB += $(NAN_BMFONT)/lib/$(DEBUG_DIR)libbmfont.a