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

Side by Side Diff: source/blender/editors/space_nla/SConscript

Issue 7416049: Freestyle r54826 branch review Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 11 years ago
Left:
Right:
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 unified diff | Download patch
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # 2 #
3 # ***** BEGIN GPL LICENSE BLOCK ***** 3 # ***** BEGIN GPL LICENSE BLOCK *****
4 # 4 #
5 # This program is free software; you can redistribute it and/or 5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU General Public License 6 # modify it under the terms of the GNU General Public License
7 # as published by the Free Software Foundation; either version 2 7 # as published by the Free Software Foundation; either version 2
8 # of the License, or (at your option) any later version. 8 # of the License, or (at your option) any later version.
9 # 9 #
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
(...skipping 19 matching lines...) Expand all
30 sources = env.Glob('*.c') 30 sources = env.Glob('*.c')
31 31
32 incs = '../include ../../blenfont ../../blenlib ../../blenkernel ../../makesdna ../../makesrna ../../imbuf' 32 incs = '../include ../../blenfont ../../blenlib ../../blenkernel ../../makesdna ../../makesrna ../../imbuf'
33 incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include ../../ blenloader' 33 incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include ../../ blenloader'
34 34
35 defs = [] 35 defs = []
36 36
37 if env['WITH_BF_INTERNATIONAL']: 37 if env['WITH_BF_INTERNATIONAL']:
38 defs.append('WITH_INTERNATIONAL') 38 defs.append('WITH_INTERNATIONAL')
39 39
40 if env['WITH_BF_FREESTYLE']:
41 defs.append('WITH_FREESTYLE')
42
40 env.BlenderLib ( 'bf_editors_space_nla', sources, Split(incs), defs, libtype=['c ore'], priority=[85] ) 43 env.BlenderLib ( 'bf_editors_space_nla', sources, Split(incs), defs, libtype=['c ore'], priority=[85] )
OLDNEW

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