projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
have blf.gettext even when internationalization is disabled (just passes through).
[blender.git]
/
intern
/
container
/
SConscript
1
#!/usr/bin/python
2
Import ('env')
3
4
sources = env.Glob('intern/*.cpp')
5
incs = '. #intern/guardedalloc'
6
7
env.BlenderLib ('bf_intern_ctr', sources, Split(incs) , [], libtype='intern', priority = 10 )