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/gameengine/Physics
parent7cb76f4bf9395208d632d35c40e058af8aa4a412 (diff)
Makefile support for bullet2 ... please test
Diffstat (limited to 'source/gameengine/Physics')
-rw-r--r--source/gameengine/Physics/Bullet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Bullet/Makefile b/source/gameengine/Physics/Bullet/Makefile
index 747e750242a..a5643b60c94 100644
--- a/source/gameengine/Physics/Bullet/Makefile
+++ b/source/gameengine/Physics/Bullet/Makefile
@@ -38,7 +38,7 @@ include nan_compile.mk
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
-CPPFLAGS += -I$(NAN_BULLET)/include
+CPPFLAGS += -I$(NAN_BULLET2)/include
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I../../Physics/common
CPPFLAGS += -I../../Physics/Dummy