From b4505d32dcc6b7bd1cdbcbdadb65b63158051609 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 1 Mar 2006 09:15:50 +0000 Subject: ==SCons== * WITH_BF_GAMEENGINE=0 implicitely means WITH_BF_BULLET=0 now --- extern/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extern') diff --git a/extern/SConscript b/extern/SConscript index 34e5b10d562..8d7f691aa82 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -5,8 +5,8 @@ Import('env') if env['WITH_BF_GAMEENGINE']: SConscript(['qhull/SConscript', 'solid/SConscript']) -if env['WITH_BF_BULLET']: - SConscript(['bullet/SConscript']) + if env['WITH_BF_BULLET']: + SConscript(['bullet/SConscript']) if env['WITH_BF_INTERNATIONAL']: SConscript(['bFTGL/SConscript']) -- cgit v1.2.3