This commit is a modified version of patch #6860

It adds read only dds support.  (Writing will come later)

Kent
This commit is contained in:
2007-06-25 19:50:25 +00:00
parent ddc68225c2
commit 613646b33e
42 changed files with 3058 additions and 2 deletions

View File

@@ -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'])