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:
authorJoseph Eagar <joeedh@gmail.com>2011-03-18 02:30:29 +0300
committerJoseph Eagar <joeedh@gmail.com>2011-03-18 02:30:29 +0300
commitbbbbea6024812f623f5faf7c15fb210d22c39b31 (patch)
treec8a7b62730bb7c1b24d46f5b5609c31b4a69448c /source/blender/editors/gpencil/SConscript
parentbaaf0d1b68541bace73aeac0747df3076138bcc5 (diff)
scons fix
Diffstat (limited to 'source/blender/editors/gpencil/SConscript')
-rw-r--r--source/blender/editors/gpencil/SConscript6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/editors/gpencil/SConscript b/source/blender/editors/gpencil/SConscript
index e75e3f032c1..6c23e77208a 100644
--- a/source/blender/editors/gpencil/SConscript
+++ b/source/blender/editors/gpencil/SConscript
@@ -5,11 +5,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
-<<<<<<< .working
-incs += ' ../../gpu ../../bmesh'
-=======
-incs += ' ../../gpu ../../blenloader'
->>>>>>> .merge-right.r35190
+incs += ' ../../gpu ../../blenloader ../../bmesh'
incs += ' ../../makesrna ../../render/extern/include #/intern/elbeem/extern'
env.BlenderLib ( 'bf_editors_gpencil', sources, Split(incs), [], libtype=['core'], priority=[45] )