From a64b612ae2d6e33afa2aa095ee464a6e8f53eb55 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 19 Feb 2014 15:46:44 +0600 Subject: Totally remove BSP from SConscript --- intern/SConscript | 3 --- 1 file changed, 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']) -- cgit v1.2.3