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

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

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

env.BlenderLib ('bf_string', sources, Split(incs), [], libtype=['core', 'player'], priority = [30,10] )