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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-04-03 16:46:33 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-04-03 16:46:33 +0400
commit09c7d5aeb84443feabb5d8e03bf268cfe7a34acc (patch)
tree7c7f881ff2e2c0e065f25bb4b1b650f273f22da4 /source/blender/python/SConscript
parent040f0a1096823926ab255fbb86b88363387b3148 (diff)
parent5932cec2c6fa39a755f684b1e6de6a8a39072de6 (diff)
Merged changes in the trunk up to revision 35972.
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 885b61fb97e..54fc9e7853d 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -35,4 +35,4 @@ if env['BF_BUILDINFO']:
defs.append('BUILD_DATE')
sources = env.Glob('intern/*.c')
-env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core','player'], priority = [361,160])
+env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core'], priority = [361])