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/nan_compile.mk
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/nan_compile.mk')
-rw-r--r--source/nan_compile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 8bd323cf494..8386a6d9ea7 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -42,6 +42,10 @@ ifneq ($(NAN_NO_KETSJI), true)
CFLAGS += -DGAMEBLENDER=1
CFLAGS += -DUSE_SUMO_SOLID
CCFLAGS += -DUSE_SUMO_SOLID
+ ifeq ($(NAN_USE_BULLET), true)
+ CFLAGS += -DUSE_BULLET
+ CCFLAGS += -DUSE_BULLET
+ endif
else
CPPFLAGS += -DNO_KETSJI
endif