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

Unified Diff: source/blender/makesrna/intern/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/makesrna/intern/SConscript
===================================================================
--- source/blender/makesrna/intern/SConscript (revision 54826)
+++ source/blender/makesrna/intern/SConscript (working copy)
@@ -38,6 +38,8 @@
source_files = env.Glob('*.c')
source_files.remove('rna_access.c')
+if not env['WITH_BF_FREESTYLE']:
+ source_files.remove('rna_linestyle.c')
generated_files = source_files[:]
generated_files.remove('rna_define.c')
@@ -136,6 +138,10 @@
if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')
+if env['WITH_BF_FREESTYLE']:
+ defs.append('WITH_FREESTYLE')
+ incs += ' ../../freestyle'
+
if not env['BF_DEBUG']:
defs.append('NDEBUG')

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