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
path: root/tools
diff options
context:
space:
mode:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-10-29 17:26:31 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-10-29 17:26:31 +0400
commit1d366b3fe9b81d468e55512f3ea5cd362d754098 (patch)
treeb4c35fb6ed55f58a8df6c90a67ca05638469223e /tools
parent607777d9495d73cd5eb3d2fecbe67a310d285e91 (diff)
Scons files for Boolop
also a fix in BOP_Material so that MSVC won't complain about template issues
Diffstat (limited to 'tools')
-rw-r--r--tools/scons/bs/bs_libs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scons/bs/bs_libs.py b/tools/scons/bs/bs_libs.py
index 3a818027d1d..9868677fc0a 100644
--- a/tools/scons/bs/bs_libs.py
+++ b/tools/scons/bs/bs_libs.py
@@ -14,6 +14,7 @@ def common_libs(env):
env.Append (LIBS=[
'blender_readblenfile',
'blender_img',
+ 'blender_bop',
'blender_blenkernel',
'blender_blenloader',
'blender_blenpluginapi',