From a42bf453335bdd569556895a168bced1fa7b3c3c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Apr 2011 11:09:10 +0000 Subject: revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits) discussed with Janne, Ton, Nathan and we agreed this kind of change at least needs discussion with module owners. Its also too close to release to be making these kinds of changes. commands used: # reverse merge svn merge -r36073:36072 . # for some reason this gave a lot of property changes svn revert `svn st | grep "^ M" | awk '{print $2}'` # reverse merging didn't work here, removing while dir. svn rm extern/eltopo/ # manually fixed conflict in # ./source/blenderplayer/CMakeLists.txt # # also manually removed 2 lines from # ./CMakeLists.txt --- extern/SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'extern/SConscript') diff --git a/extern/SConscript b/extern/SConscript index 061bd1ba6a3..bd73d71f123 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -4,9 +4,6 @@ Import('env') SConscript(['glew/SConscript']) -if env['WITH_BF_ELTOPO']: - SConscript(['eltopo/SConscript']) - if env['WITH_BF_BULLET']: SConscript(['bullet2/src/SConscript']) -- cgit v1.2.3