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>2010-08-28 18:30:52 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-08-28 18:30:52 +0400
commit12f9a5de5b08812159bcedb53d64e2699476e7a8 (patch)
treefdf37a83870d4d904051dd99323828ede1833e06 /source/blender/python/SConscript
parentd8b2d1945a011b3ac66bac3d562cfb5bbb4a010c (diff)
parentf28b5e672ed05bb08b317c78a36b31e7c49d4f4e (diff)
Merged changes in the trunk up to revision 31630.
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 277f2df0456..7a0d14cf01d 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -22,4 +22,4 @@ env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Spli
# generic
sources = env.Glob('generic/*.c')
-env.BlenderLib( libname = 'bf_gen_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core','player'], priority = [362,165]) # ketsji is 360
+env.BlenderLib( libname = 'bf_python_ext', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core','player'], priority = [362,165]) # ketsji is 360