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: 06d74afd6477826e3ecaa6150e7e75975f88a818 (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 = [50,0] )