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
path: root/source
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-18 18:10:44 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-18 18:10:44 +0400
commit32918e4523aa1c251d352d83270c9b94294753fc (patch)
tree79474572a443c196083538d56e59fc945aa4fc65 /source
parent55655a065943d67dbdb584e8426a60793e65d6f1 (diff)
corrected swig Sconscript to compile on unix-like machines
Diffstat (limited to 'source')
-rw-r--r--source/blender/freestyle/SConscript4
-rw-r--r--source/blender/imbuf/SConscript2
-rw-r--r--source/blender/yafray/SConscript2
3 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 1f5359c5d39..3d9c1d2fd7c 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -63,8 +63,8 @@ env.BlenderLib (libname="bf_freestyle",
sources=sources,
includes=Split(incs),
defines=defs,
- libtype=['blender'],
- priority = [20] )
+ libtype=['player'],
+ priority = [280] )
########################################################
# SWIG
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 7d44f82a1d0..f9e46b20d9a 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -31,4 +31,4 @@ if env['WITH_BF_QUICKTIME']==1:
incs += ' ' + env['BF_QUICKTIME_INC']
defs.append('WITH_QUICKTIME')
-env.BlenderLib ( libname = 'bf_imbuf', sources = sources, includes = Split(incs), defines = defs, libtype=['core','player','blender'], priority = [80, 40, -1] )
+env.BlenderLib ( libname = 'bf_imbuf', sources = sources, includes = Split(incs), defines = defs, libtype=['core','player'], priority = [80, 40] )
diff --git a/source/blender/yafray/SConscript b/source/blender/yafray/SConscript
index dd744f92d39..d269661ab50 100644
--- a/source/blender/yafray/SConscript
+++ b/source/blender/yafray/SConscript
@@ -6,4 +6,4 @@ sources = env.Glob('intern/*.cpp')
incs = '#/intern/guardedalloc ../blenlib ../makesdna ../blenkernel'
incs += ' ../imbuf ../include ../render/extern/include ../render/intern/include'
-env.BlenderLib ( 'bf_yafray', sources, Split(incs), [], libtype=['blender','player'], priority=[5, 190] )
+env.BlenderLib ( 'bf_yafray', sources, Split(incs), [], libtype=['blender','player'], priority=[10, 190] )