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

SConscript « blenfont « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa48143efef35c1f81491cac15d93bbf756619dc (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/python
import sys
Import ('env')

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

incs = '. intern ../blenkernel ../blenlib ../makesdna ../ftfont'

env.BlenderLib ( 'bf_blenfont', sources, Split(incs), Split(defs), libtype=['core'], priority=[210] )