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

Side by Side Diff: source/blenderplayer/bad_level_call_stubs/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 23 matching lines...) Expand all
34 incs += ' #/source/blender/makesrna' 34 incs += ' #/source/blender/makesrna'
35 incs += ' #/source/blender/blenloader' 35 incs += ' #/source/blender/blenloader'
36 36
37 defs = '' 37 defs = ''
38 if env['WITH_BF_INTERNATIONAL']: 38 if env['WITH_BF_INTERNATIONAL']:
39 defs += 'WITH_FREETYPE2' 39 defs += 'WITH_FREETYPE2'
40 40
41 if env['WITH_BF_GAMEENGINE']: 41 if env['WITH_BF_GAMEENGINE']:
42 defs += ' WITH_GAMEENGINE' 42 defs += ' WITH_GAMEENGINE'
43 43
44 if env['WITH_BF_FREESTYLE']:
45 defs += ' WITH_FREESTYLE'
46
44 env.BlenderLib ('blenkernel_blc', sources = Split(sources), includes=Split(incs) , defines=Split(defs), libtype=['player'],priority=[220] ) 47 env.BlenderLib ('blenkernel_blc', sources = Split(sources), includes=Split(incs) , defines=Split(defs), libtype=['player'],priority=[220] )
OLDNEW

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