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

SConscript « wcwidth « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14fdaf3f7382ebb3013071a5bfa3e1fcf59fb2fb (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/python

Import('env')

sources = env.Glob('*.c')

incs = '.'

env.BlenderLib ( 'extern_wcwidth', sources, Split(incs), [], libtype=['extern','player'], priority=[10, 185])