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>2005-08-18 10:07:02 +0400
committerChris Want <cwant@ualberta.ca>2005-08-18 10:07:02 +0400
commit4a50f5b5930bcaadda1bde13f3abcc9780b7250b (patch)
tree4d3eca2325ba55daeb2b47db7a873adb56b50b0d /source/gameengine/Ketsji/Makefile
parentf7914a224839a9f3509bf391b16dd1a7669438ae (diff)
Support for 'Bullet' in the Makefiles. Enable with:
export NAN_USE_BULLET=true in environment, or in user-def.mk
Diffstat (limited to 'source/gameengine/Ketsji/Makefile')
-rw-r--r--source/gameengine/Ketsji/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/Makefile b/source/gameengine/Ketsji/Makefile
index 18a931eed65..4f6d19a8df0 100644
--- a/source/gameengine/Ketsji/Makefile
+++ b/source/gameengine/Ketsji/Makefile
@@ -44,6 +44,7 @@ CPPFLAGS += -I$(NAN_STRING)/include
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
CPPFLAGS += -I$(NAN_FUZZICS)/include -I$(NAN_SUMO) -I$(NAN_MOTO)/include
CPPFLAGS += -I$(NAN_SOLID)/include
+CPPFLAGS += -I$(NAN_BULLET)/include
CPPFLAGS += -I../Rasterizer -I../GameLogic -I../SceneGraph
CPPFLAGS += -I../BlenderRoutines -I../Expressions
CPPFLAGS += -I../../kernel/gen_system
@@ -52,6 +53,7 @@ CPPFLAGS += -I../Physics/common
CPPFLAGS += -I../Physics/Dummy
CPPFLAGS += -I../Physics/Sumo
CPPFLAGS += -I../Physics/BlOde
+CPPFLAGS += -I../Physics/Bullet
CPPFLAGS += -I.
CPPFLAGS += -I../Converter
CPPFLAGS += -I../../blender/blenkernel