Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1698)

Unified Diff: source/blender/editors/animation/SConscript

Issue 7416049: Freestyle r54826 branch review Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/editors/animation/SConscript
===================================================================
--- source/blender/editors/animation/SConscript (revision 54826)
+++ source/blender/editors/animation/SConscript (working copy)
@@ -37,4 +37,7 @@
if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')
+if env['WITH_BF_FREESTYLE']:
+ defs.append('WITH_FREESTYLE')
+
env.BlenderLib ( 'bf_editors_animation', sources, Split(incs), defs, libtype=['core'], priority=[125] )

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b