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 /extern/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 'extern/Makefile')
-rw-r--r--extern/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern/Makefile b/extern/Makefile
index e872213f4cd..0a85b9b5220 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -40,6 +40,10 @@ ifeq ($(WITH_FREETYPE2), true)
DIRS += bFTGL/src
endif
+ifeq ($(NAN_USE_BULLET), true)
+ DIRS += bullet
+endif
+
TARGET =
ifneq ($(OS),irix)
TARGET=solid