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>2006-11-22 22:05:35 +0300
committerChris Want <cwant@ualberta.ca>2006-11-22 22:05:35 +0300
commit341f50c4f78052b4aff135b5493b1421b4ffaf5a (patch)
tree271adce16008b93b0cc87c5d52de4b4e150390f4 /source/Makefile
parent7cb76f4bf9395208d632d35c40e058af8aa4a412 (diff)
Makefile support for bullet2 ... please test
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile
index 3a15d251df0..5fc3186dd86 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -145,8 +145,7 @@ 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_BULLET)/lib/libbulletdyn.a
- COMLIB += $(NAN_BULLET)/lib/libbullet.a
+ COMLIB += $(NAN_BULLET2)/lib/libbullet2.a
endif
COMLIB += $(NAN_GUARDEDALLOC)/lib/libguardedalloc.a
COMLIB += $(NAN_MEMUTIL)/lib/libmemutil.a