Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_action/SConscript
| Context not available. | |||||
| sources = env.Glob('*.c') | sources = env.Glob('*.c') | ||||
| defs = env['BF_GL_DEFINITIONS'] | |||||
| incs = [ | incs = [ | ||||
| '#/intern/guardedalloc', | '#/intern/guardedalloc', | ||||
| env['BF_GLEW_INC'], | '#/extern/glew/include', | ||||
| '#/intern/glew-mx', | |||||
| '../include', | '../include', | ||||
| '../../blenkernel', | '../../blenkernel', | ||||
| '../../blenlib', | '../../blenlib', | ||||
| '../../gpu', | |||||
| '../../makesdna', | '../../makesdna', | ||||
| '../../makesrna', | '../../makesrna', | ||||
| '../../windowmanager', | '../../windowmanager', | ||||
| ] | ] | ||||
| incs = ' '.join(incs) | incs = ' '.join(incs) | ||||
| env.BlenderLib ( 'bf_editors_space_action', sources, Split(incs), defs, libtype=['core'], priority=[40] ) | env.BlenderLib ( 'bf_editors_space_action', sources, Split(incs), [], libtype=['core'], priority=[40] ) | ||||
| Context not available. | |||||