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:
Diffstat (limited to 'intern/SConscript')
-rw-r--r--intern/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/SConscript b/intern/SConscript
index ec6a61f6c71..606a81ae923 100644
--- a/intern/SConscript
+++ b/intern/SConscript
@@ -13,6 +13,10 @@ SConscript(['SoundSystem/SConscript',
'elbeem/SConscript',
'opennl/SConscript'])
+# NEW_CSG was intended for intern/csg, but
+# getting it to compile is difficult
+# intern/bsp has been used anyway, so
+# perhaps get rid of intern/csg?
NEW_CSG='false'
if NEW_CSG=='false':