From 613646b33e5fde13158a8d8644df8c97bdde2fbb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Jun 2007 19:50:25 +0000 Subject: This commit is a modified version of patch #6860 It adds read only dds support. (Writing will come later) Kent --- source/blender/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/SConscript') diff --git a/source/blender/SConscript b/source/blender/SConscript index 410c2667ff7..56a661238f8 100644 --- a/source/blender/SConscript +++ b/source/blender/SConscript @@ -23,6 +23,9 @@ if env['WITH_BF_YAFRAY'] == 1: if env['WITH_BF_INTERNATIONAL'] == 1: SConscript (['ftfont/SConscript']) +if env['WITH_BF_DDS'] == 1: + SConscript (['imbuf/intern/dds/SConscript']) + if env['WITH_BF_OPENEXR'] == 1: SConscript (['imbuf/intern/openexr/SConscript']) -- cgit v1.2.3