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:
authorKen Hughes <khughes@pacific.edu>2006-09-08 06:36:44 +0400
committerKen Hughes <khughes@pacific.edu>2006-09-08 06:36:44 +0400
commit67ef2c05d8e1f3505aaed1af5ab360191778893a (patch)
treea6d01e6ccad4e9b060cb1746e40c8c1e2dc8a8c7 /intern/boolop
parent824fbff02ce7a7b39f80e3c582ad5d24919d4347 (diff)
Scons update for today's earlier boolean commit.
Diffstat (limited to 'intern/boolop')
-rw-r--r--intern/boolop/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/boolop/SConscript b/intern/boolop/SConscript
index afd4ff24d6e..ad76cc6a5e5 100644
--- a/intern/boolop/SConscript
+++ b/intern/boolop/SConscript
@@ -4,5 +4,7 @@ Import ('env')
sources = env.Glob('intern/*.cpp')
incs = '. intern extern ../moto/include ../container ../memutil'
+incs += ' ../../source/blender/makesdna ../../intern/guardedalloc'
+incs += ' ../../source/blender/blenlib'
env.BlenderLib ('blender_bop', sources, Split(incs) , [], libtype='common', priority = 5 )