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/SConscript28
1 files changed, 14 insertions, 14 deletions
diff --git a/intern/SConscript b/intern/SConscript
index f6092b7bd02..2d68969c783 100644
--- a/intern/SConscript
+++ b/intern/SConscript
@@ -2,17 +2,17 @@
Import ('env')
SConscript(['SoundSystem/SConscript',
- 'string/SConscript',
- 'ghost/SConscript',
- 'guardedalloc/SConscript',
- 'bmfont/SConscript',
- 'moto/SConscript',
- 'container/SConscript',
- 'memutil/SConscript/',
- 'decimation/SConscript',
- 'iksolver/SConscript',
- 'boolop/SConscript',
- 'opennl/SConscript'])
+ 'string/SConscript',
+ 'ghost/SConscript',
+ 'guardedalloc/SConscript',
+ 'bmfont/SConscript',
+ 'moto/SConscript',
+ 'container/SConscript',
+ 'memutil/SConscript/',
+ 'decimation/SConscript',
+ 'iksolver/SConscript',
+ 'boolop/SConscript',
+ 'opennl/SConscript'])
# NEW_CSG was intended for intern/csg, but
# getting it to compile is difficult
@@ -21,9 +21,9 @@ SConscript(['SoundSystem/SConscript',
NEW_CSG='false'
if env['BF_NO_ELBEEM'] == 0:
- SConscript(['elbeem/SConscript'])
+ SConscript(['elbeem/SConscript'])
if NEW_CSG=='false':
- SConscript(['bsp/SConscript'])
+ SConscript(['bsp/SConscript'])
else:
- SConscript(['csg/SConscript'])
+ SConscript(['csg/SConscript'])