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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-03-12 18:23:00 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-12 18:23:00 +0300
commitf3cede8e9fd3732843a2e3758c4020dc5814683a (patch)
treef31a46e25f54a05431e1c17e2bbaa989549dc13d /source/blender/imbuf/intern/cineon
parent0e44aa60b252547da82c04408bf15b1f3212aa9c (diff)
==SCons==
* first part of cineon fix commit - after next commit it'll compile also with SCons
Diffstat (limited to 'source/blender/imbuf/intern/cineon')
-rw-r--r--source/blender/imbuf/intern/cineon/SConscript15
1 files changed, 7 insertions, 8 deletions
diff --git a/source/blender/imbuf/intern/cineon/SConscript b/source/blender/imbuf/intern/cineon/SConscript
index e23027b43de..7bfaa8dbdf2 100644
--- a/source/blender/imbuf/intern/cineon/SConscript
+++ b/source/blender/imbuf/intern/cineon/SConscript
@@ -1,17 +1,16 @@
#!/usr/bin/python
Import ('env')
-#source_files = ['cineon_dpx.c', 'cineonlib.c']
source_files = env.Glob('*.c')
incs = ['.',
- '../../../blenkernel',
- '../../',
- '..',
- '../../../blenlib',
- 'intern/include',
- '#/intern/guardedalloc',
- '../../../makesdna']
+ '../../../blenkernel',
+ '../../',
+ '..',
+ '../../../blenlib',
+ 'intern/include',
+ '#/intern/guardedalloc',
+ '../../../makesdna']
defs = []