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>2013-01-24 06:14:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-24 06:14:39 +0400
commit936b82802a6fb987876518a48c4e7602cc5d7634 (patch)
treee34884eb606d6e489ef21ce95c55281913ebc9c6 /source/blender/makesrna/intern/SConscript
parentdccec5727ef8325bb16e1125236ccceab36bd878 (diff)
add bullet define & include for scons makesrna, also move meshcache utils into own file.
Diffstat (limited to 'source/blender/makesrna/intern/SConscript')
-rw-r--r--source/blender/makesrna/intern/SConscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index 5d60d416cc4..33d43e1e019 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -65,7 +65,11 @@ incs += ' #/intern/smoke/extern'
if env['WITH_BF_SMOKE']:
defs.append('WITH_SMOKE')
-
+
+if env['WITH_BF_BULLET']:
+ defs.append('WITH_BULLET')
+ incs += ' ../../rigidbody'
+
if env['WITH_BF_OPENEXR']:
defs.append('WITH_OPENEXR')