From a7555a81c7a120477fe1b771e336cf8e38bb415d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 27 Nov 2012 09:52:20 +0000 Subject: remove unmaintained eltopo, keeping scons/cmake entries, but commenting out user visible config to make branch merging less of a hassle. --- extern/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extern/SConscript') diff --git a/extern/SConscript b/extern/SConscript index ce366deb38a..71998ee072c 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -8,8 +8,11 @@ SConscript(['colamd/SConscript']) if env['WITH_BF_GAMEENGINE']: SConscript(['recastnavigation/SConscript']) +# now only available in a branch +''' if env['WITH_BF_ELTOPO']: SConscript(['eltopo/SConscript']) +''' if env['WITH_BF_BULLET']: SConscript(['bullet2/src/SConscript']) -- cgit v1.2.3