projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
824fbff
)
Scons update for today's earlier boolean commit.
author
Ken Hughes <khughes@pacific.edu>
Fri, 8 Sep 2006 02:36:44 +0000
(
02:36
+0000)
committer
Ken Hughes <khughes@pacific.edu>
Fri, 8 Sep 2006 02:36:44 +0000
(
02:36
+0000)
intern/boolop/SConscript
patch
|
blob
|
history
diff --git
a/intern/boolop/SConscript
b/intern/boolop/SConscript
index afd4ff24d6e44f1a5733b6e302c44b415f6cae45..ad76cc6a5e53f647433c550cf5fd8fafe7452c29 100644
(file)
--- 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 )