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

Unified Diff: source/blender/editors/interface/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/interface/SConscript
===================================================================
--- source/blender/editors/interface/SConscript (revision 54826)
+++ source/blender/editors/interface/SConscript (working copy)
@@ -42,6 +42,9 @@
if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')
+if env['WITH_BF_FREESTYLE']:
+ defs.append('WITH_FREESTYLE')
+
if env['WITH_BF_PYTHON']:
defs.append('WITH_PYTHON')

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