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:
Kent Mein
2007-06-25 19:50:25 +00:00
parent ddc68225c2
commit 613646b33e
42 changed files with 3058 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ BF_OPENEXR_INC = '${BF_OPENEXR}/include ${BF_OPENEXR}/include/IlmImf ${BF_OPENEX
BF_OPENEXR_LIB = ' Iex Half IlmImf Imath IlmThread '
BF_OPENEXR_LIBPATH = '${BF_OPENEXR}/lib_msvc'
WITH_BF_DDS = 'true'
WITH_BF_JPEG = 'true'
BF_JPEG = LIBDIR + '/jpeg'
BF_JPEG_INC = '${BF_JPEG}/include'