From f3cede8e9fd3732843a2e3758c4020dc5814683a Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 12 Mar 2006 15:23:00 +0000 Subject: ==SCons== * first part of cineon fix commit - after next commit it'll compile also with SCons --- source/blender/imbuf/intern/cineon/SConscript | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'source/blender/imbuf/intern/cineon') 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 = [] -- cgit v1.2.3