This commit is contained in:
Brecht Van Lommel
2011-08-07 13:21:04 +00:00
508 changed files with 31085 additions and 25213 deletions

View File

@@ -14,6 +14,8 @@ cxxflags_raytrace = env['CXXFLAGS']
defs = []
defs_raytrace = []
defs.append('WITH_SMOKE') # TODO, make optional
if env['WITH_BF_PYTHON']:
incs += ' ../python'
incs += ' ' + env['BF_PYTHON_INC']