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-03-03 03:43:37 +0300
committerDaniel Genrich <daniel.genrich@gmx.net>2008-03-03 03:43:37 +0300
commit2d02b0d3636daa485752e6866aba1c63ed66b463 (patch)
tree17f27d491180124a45ce60d2276453fcf04018e2 /source/nan_compile.mk
parent8dbd6e2b03971e557ae7d1d3a6fbc15029b83cee (diff)
Cloth makefiles bugfix which lead in disabled collisions
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 0c52a3e6014..afea7a01239 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -43,8 +43,8 @@ ifneq ($(NAN_NO_KETSJI), true)
CFLAGS += -DUSE_SUMO_SOLID
CCFLAGS += -DUSE_SUMO_SOLID
ifeq ($(NAN_USE_BULLET), true)
- CFLAGS += -DUSE_BULLET
- CCFLAGS += -DUSE_BULLET
+ CFLAGS += -DUSE_BULLET -DWITH_BULLET
+ CCFLAGS += -DUSE_BULLET -DWITH_BULLET
endif
else
CPPFLAGS += -DNO_KETSJI