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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-02-19 13:46:44 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-02-19 13:46:44 +0400
commita64b612ae2d6e33afa2aa095ee464a6e8f53eb55 (patch)
treea58d4d0fa7b714e3b8f17722a9e0c89f8194c8e2 /intern/SConscript
parenta6b87853cb21047fdf73321d6446d4d9c1550ce0 (diff)
Totally remove BSP from SConscript
Diffstat (limited to 'intern/SConscript')
-rw-r--r--intern/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/SConscript b/intern/SConscript
index 828c1adc20d..20803884a39 100644
--- a/intern/SConscript
+++ b/intern/SConscript
@@ -53,9 +53,6 @@ if env['WITH_BF_FLUID']:
if env['WITH_BF_CYCLES']:
SConscript(['cycles/SConscript'])
-if env['WITH_BF_BOOLEAN']:
- SConscript(['bsp/SConscript'])
-
if env['WITH_BF_INTERNATIONAL']:
SConscript(['locale/SConscript'])