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

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

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

env.BlenderLib ('blender_CTR', sources, Split(incs) , [], libtype='intern', priority = 5 )