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:
authorSimon Clitherow <aphex@nildram.co.uk>2005-08-02 22:54:11 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2005-08-02 22:54:11 +0400
commit671235b69be5714dc7ca338e5cc05b6ec64f36b4 (patch)
tree6a3d6dfc9f45ccd77353df9e6dc8230592623233 /SConstruct
parent280e97604479d6d96cfd238a9d6848927e39771b (diff)
Finalised support for compiling BULLET on linux.
Bullet is now off by default on all platforms until we get an OK from Erwin. To enable it, change USE_PHYSICS to 'bullet' in your config.opts.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 243efa961c9..d6d1678c294 100644
--- a/SConstruct
+++ b/SConstruct
@@ -346,9 +346,9 @@ elif sys.platform == 'win32':
use_openal = 'true'
use_fmod = 'false'
use_quicktime = 'true'
- use_sumo = 'false'
+ use_sumo = 'true'
use_ode = 'false'
- use_bullet = 'true'
+ use_bullet = 'false'
use_buildinfo = 'true'
build_blender_dynamic = 'true'
build_blender_static = 'false'