Scons ToDo:
* Made Frameserver building optional, added WITH_BF_FRAMESERVER. * Enabled per default in btools.py
This commit is contained in:
@@ -26,7 +26,8 @@ defs = [ 'GLEW_STATIC' ]
|
||||
if env['WITH_BF_SMOKE']:
|
||||
defs.append('WITH_SMOKE')
|
||||
|
||||
defs.append('WITH_FRAMESERVER') # TODO, make optional
|
||||
if env['WITH_BF_FRAMESERVER']:
|
||||
defs.append('WITH_FRAMESERVER')
|
||||
|
||||
if env['WITH_BF_PYTHON']:
|
||||
incs += ' ../python'
|
||||
|
||||
Reference in New Issue
Block a user