From df22957bfce70b704b6b93958814c1ca8b2211f5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Nov 2011 05:18:26 +0000 Subject: image format arg parsing for creator.c move these checks from creator into BKE's image.c, this way we dont need the defines for creator, scons was missing DDS, HDR & Cineon for example and nobody noticed. --- build_files/scons/tools/Blender.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'build_files') diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py index f9a9023c5ce..38cd960ebe1 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -319,20 +319,11 @@ def creator(env): incs = ['#/intern/guardedalloc', '#/source/blender/blenlib', '#/source/blender/blenkernel', '#/source/blender/editors/include', '#/source/blender/blenloader', '#/source/blender/imbuf', '#/source/blender/renderconverter', '#/source/blender/render/extern/include', '#/source/blender/windowmanager', '#/source/blender/makesdna', '#/source/blender/makesrna', '#/source/gameengine/BlenderRoutines', '#/extern/glew/include', '#/source/blender/gpu', env['BF_OPENGL_INC']] defs = [] - if env['WITH_BF_QUICKTIME']: - incs.append(env['BF_QUICKTIME_INC']) - defs.append('WITH_QUICKTIME') if env['WITH_BF_BINRELOC']: incs.append('#/extern/binreloc/include') defs.append('WITH_BINRELOC') - if env['WITH_BF_OPENEXR']: - defs.append('WITH_OPENEXR') - - if env['WITH_BF_TIFF']: - defs.append('WITH_TIFF') - if env['WITH_BF_SDL']: defs.append('WITH_SDL') -- cgit v1.2.3