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:
authorJoseph Eagar <joeedh@gmail.com>2010-09-07 09:47:34 +0400
committerJoseph Eagar <joeedh@gmail.com>2010-09-07 09:47:34 +0400
commit82432d0d99f2101ee2ceba86bdc49669b5fa306f (patch)
treeada47d0a65cb7614ead93fcdbb3421e5398ff3dc /source/blender/modifiers/SConscript
parent859c5a42f0fe8b9bec0d3ddce1612942942619a7 (diff)
parent8a320974f1b3e6004db3b3ad64f97742f878cbee (diff)
merge from trunk at r31523
Diffstat (limited to 'source/blender/modifiers/SConscript')
-rw-r--r--source/blender/modifiers/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/SConscript b/source/blender/modifiers/SConscript
index 1722ca276f7..7a810af28a2 100644
--- a/source/blender/modifiers/SConscript
+++ b/source/blender/modifiers/SConscript
@@ -15,6 +15,6 @@ defs = []
if env['BF_NO_ELBEEM']:
defs.append('DISABLE_ELBEEM')
-env.BlenderLib ( libname = 'modifiers', sources = sources,
+env.BlenderLib ( libname = 'bf_modifiers', sources = sources,
includes = Split(incs), defines=defs,
libtype=['core','player'], priority = [165, 20] )