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:
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 /intern/SConscript
parent607777d9495d73cd5eb3d2fecbe67a310d285e91 (diff)
Scons files for Boolop
also a fix in BOP_Material so that MSVC won't complain about template issues
Diffstat (limited to 'intern/SConscript')
-rw-r--r--intern/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/SConscript b/intern/SConscript
index a9f8196e23e..ec6a61f6c71 100644
--- a/intern/SConscript
+++ b/intern/SConscript
@@ -9,6 +9,7 @@ SConscript(['SoundSystem/SConscript',
'memutil/SConscript/',
'decimation/SConscript',
'iksolver/SConscript',
+ 'boolop/SConscript',
'elbeem/SConscript',
'opennl/SConscript'])