#!/usr/bin/env python
Import ('env')
sources = env.Glob('intern/*.cpp')
env.BlenderLib ( 'blender_img', sources, [], [], libtype='core', priority = 35 )