split bge includes for scons onto their own lines (for easier merging)

This commit is contained in:
2013-05-29 21:56:55 +00:00
parent 65baf6ca5c
commit 9cf6e305a9
15 changed files with 323 additions and 177 deletions

View File

@@ -41,7 +41,7 @@ incs = [
defs = []
if env['WITH_BF_PYTHON']:
incs += env['BF_PYTHON_INC'].split()
incs.extend(Split(env['BF_PYTHON_INC']))
defs.append('WITH_PYTHON')
if env['WITH_BF_CXX_GUARDEDALLOC']: