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:
authorDalai Felinto <dfelinto@gmail.com>2013-10-11 20:38:31 +0400
committerDalai Felinto <dfelinto@gmail.com>2013-10-11 20:38:31 +0400
commit6549c1bf2905c22a73eb35ece43409a63068d38d (patch)
treebd2416e210a47ab20e482e9aee92d0ecd8d78b1a /source/blender/SConscript
parent029f4b9767d149f10317d060fcc521b8b994c6d5 (diff)
scons file for OIIO (needed for psd)
based on patch by Shinsuke Irie note: scons is not working for me at the moment so I did not test this patch. It should work fine though.
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index 66d54961131..de052f24c33 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -49,6 +49,9 @@ makesrna = SConscript('makesrna/SConscript')
if env['WITH_BF_PYTHON']:
SConscript(['python/SConscript'])
+if env['WITH_BF_OIIO']:
+ SConscript (['imbuf/intern/oiio/SConscript'])
+
if env['WITH_BF_DDS']:
SConscript (['imbuf/intern/dds/SConscript'])