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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-10-31 23:05:24 +0300
committerMaxime Curioni <maxime.curioni@gmail.com>2008-10-31 23:05:24 +0300
commit1db8ac58a31b43f1286ca640c939edbfee88a51d (patch)
tree940911ce8f55d0db96f9b5fafeb42480297a18f8 /source/blender/SConscript
parent911926110baf5b470b4cc06c0be09e3ccfb3934e (diff)
parent027d86b9ff5a4f7b859b28e33d3d40f264a4e55b (diff)
soc-2008-mxcurioni: merged changes to revision 17246
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript16
1 files changed, 10 insertions, 6 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index 6ab6110d5ea..6e16a01e25f 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -11,26 +11,30 @@ SConscript(['avi/SConscript',
'imbuf/SConscript',
'imbuf/intern/cineon/SConscript',
'makesdna/SConscript',
- 'python/SConscript',
'radiosity/SConscript',
'readblenfile/SConscript',
'render/SConscript',
'src/SConscript',
'nodes/SConscript'])
-if env['WITH_BF_YAFRAY'] == 1:
+
+
+if env['WITH_BF_PYTHON']:
+ SConscript(['python/SConscript'])
+
+if env['WITH_BF_YAFRAY']:
SConscript(['yafray/SConscript'])
-if env['WITH_BF_INTERNATIONAL'] == 1:
+if env['WITH_BF_INTERNATIONAL']:
SConscript (['ftfont/SConscript'])
-if env['WITH_BF_DDS'] == 1:
+if env['WITH_BF_DDS']:
SConscript (['imbuf/intern/dds/SConscript'])
-if env['WITH_BF_OPENEXR'] == 1:
+if env['WITH_BF_OPENEXR']:
SConscript (['imbuf/intern/openexr/SConscript'])
-if env['WITH_BF_QUICKTIME'] == 1:
+if env['WITH_BF_QUICKTIME']:
SConscript (['quicktime/SConscript'])
if env['WITH_BF_FREESTYLE'] == 1: