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:
Diffstat (limited to 'source/blender/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 9684c19b247..a8d91b2d31e 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -2,10 +2,6 @@
Import ('env')
sources = env.Glob('intern/*.c')
-if env['WITH_GHOST_COCOA']:
- sources += env.Glob('intern/*.m')
- sources.remove('intern/dynlibtiff.c')
- sources.remove('intern/tiff.c')
incs = '. ../makesdna #/intern/guardedalloc #/intern/memutil ../blenlib'
incs += ' ../avi ../blenkernel'