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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-21 19:41:36 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-21 19:41:36 +0300
commit3459c1b26cae80429046df7f84f8752eb13fd339 (patch)
tree22deeef2ef4d3da90a22994f51c8ff2bb4c5a601 /intern/bsp
parentb30e59aa71641af36be5ce1df475c48f8cc83e47 (diff)
Finally got around to fixing priorities, so cleanup in stubs.c can be done. blenderplayer builds again with cmake.
Diffstat (limited to 'intern/bsp')
-rw-r--r--intern/bsp/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/bsp/SConscript b/intern/bsp/SConscript
index 705c31193f3..43952f4ff18 100644
--- a/intern/bsp/SConscript
+++ b/intern/bsp/SConscript
@@ -5,5 +5,5 @@ sources = env.Glob('intern/*.cpp')
incs = 'intern ../container ../moto/include ../memutil'
-env.BlenderLib ('bf_intern_bsp', sources, Split(incs), [], libtype='core', priority=200 )
+env.BlenderLib ('bf_intern_bsp', sources, Split(incs), [], libtype=['core','player'], priority=[200,100] )