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>2008-12-26 03:12:25 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-26 03:12:25 +0300
commit9104f67ff9c4435a7a465a93ffd860bad962e358 (patch)
tree4e11cc3011d46236d210fec775c8d1f05e49e2e1 /source/blender/blenkernel/SConscript
parentd464148259089f7590483b6ff4be5c3bae2c1942 (diff)
2.5 / SCons
* Silence warning - there's no blc lib anymore :) Player won't build now anyway, as some bad level calls need to be cleaned up.
Diffstat (limited to 'source/blender/blenkernel/SConscript')
-rw-r--r--source/blender/blenkernel/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/SConscript b/source/blender/blenkernel/SConscript
index aa2d82a84e8..5d9ce532d89 100644
--- a/source/blender/blenkernel/SConscript
+++ b/source/blender/blenkernel/SConscript
@@ -56,7 +56,4 @@ if env['WITH_BF_QUICKTIME']:
if env['BF_NO_ELBEEM']:
defs += ' DISABLE_ELBEEM'
-if env['WITH_BF_PLAYER']:
- SConscript(['bad_level_call_stubs/SConscript'])
-
env.BlenderLib ( libname = 'bf_blenkernel', sources = sources, includes = Split(incs), defines = Split(defs), libtype=['core'], priority = [155] )