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

Delta Between Two Patch Sets: extern/SConscript

Issue 5285047: Camera tracking integration Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Left Patch Set: Corrected patch set Created 12 years, 5 months ago
Right Patch Set: Updated to tomato rev41255 Created 12 years, 5 months 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 #!/usr/bin/python 1 #!/usr/bin/python
2 2
3 Import('env') 3 Import('env')
4 4
5 SConscript(['glew/SConscript']) 5 SConscript(['glew/SConscript'])
6 SConscript(['colamd/SConscript']) 6 SConscript(['colamd/SConscript'])
7 SConscript(['rangetree/SConscript']) 7 SConscript(['rangetree/SConscript'])
8 SConscript(['wcwidth/SConscript']) 8 SConscript(['wcwidth/SConscript'])
9 SConscript(['libmv/SConscript']) 9 SConscript(['libmv/SConscript'])
10 10
11 if env['WITH_BF_GAMEENGINE']: 11 if env['WITH_BF_GAMEENGINE']:
12 SConscript(['recastnavigation/SConscript']) 12 SConscript(['recastnavigation/SConscript'])
13 13
14 # now only available in a branch 14 # now only available in a branch
15 ''' 15 '''
16 if env['WITH_BF_ELTOPO']: 16 if env['WITH_BF_ELTOPO']:
17 SConscript(['eltopo/SConscript']) 17 SConscript(['eltopo/SConscript'])
18 ''' 18 '''
19 19
20 if env['WITH_BF_BULLET']: 20 if env['WITH_BF_BULLET']:
21 SConscript(['bullet2/src/SConscript']) 21 SConscript(['bullet2/src/SConscript'])
22 22
23 if env['WITH_BF_OPENJPEG'] and env['BF_OPENJPEG_LIB'] == '': 23 if env['WITH_BF_OPENJPEG'] and env['BF_OPENJPEG_LIB'] == '':
24 SConscript(['libopenjpeg/SConscript']) 24 SConscript(['libopenjpeg/SConscript'])
25 25
26 if env['WITH_BF_REDCODE'] and env['BF_REDCODE_LIB'] == '': 26 if env['WITH_BF_REDCODE'] and env['BF_REDCODE_LIB'] == '':
27 27
28 if env['WITH_BF_LZMA']: 28 if env['WITH_BF_LZMA']:
29 SConscript(['lzma/SConscript']) 29 SConscript(['lzma/SConscript'])
LEFTRIGHT

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