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: 423904ff86884bdbf8fcc75ec9c7576cf5297bca (plain)
1
2
3
4
5
6
7
#!/usr/bin/python
Import ('env')

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

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