Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « bsp « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6dc3deb710956c32ebae9020e429c2f0dc5d8d35 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python
Import ('env')

sources = env.Glob('intern/*.cpp')

incs = 'intern ../container ../moto/include ../memutil'

env.BlenderLib ('blender_BSP', sources, Split(incs), [], libtype='core', priority=15 )