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:
authorCampbell Barton <ideasman42@gmail.com>2009-08-18 08:15:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-18 08:15:28 +0400
commit798bed8424c64db8d6ac8e613a37b73eee303ec1 (patch)
tree052fa08b94d013a48d9d2e8ec261030492d0112c /source/nan_compile.mk
parent0dad5cfbcafeaa45b59b581dc217fe2ebd297f2d (diff)
forgot to updated scons and make for the bullet defines
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 4a4e472fa66..c62b4f2681b 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -40,8 +40,8 @@ CPPFLAGS ?= $(NAN_CPPFLAGS)
ifneq ($(NAN_NO_KETSJI), true)
CFLAGS += -DGAMEBLENDER=1
ifeq ($(NAN_USE_BULLET), true)
- CFLAGS += -DUSE_BULLET -DWITH_BULLET
- CCFLAGS += -DUSE_BULLET -DWITH_BULLET
+ CFLAGS += -DUSE_BULLET
+ CCFLAGS += -DUSE_BULLET
endif
else
CPPFLAGS += -DNO_KETSJI