From 671235b69be5714dc7ca338e5cc05b6ec64f36b4 Mon Sep 17 00:00:00 2001 From: Simon Clitherow Date: Tue, 2 Aug 2005 18:54:11 +0000 Subject: 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. --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') 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' -- cgit v1.2.3