projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
== SCons ==
[blender-staging.git]
/
intern
/
guardedalloc
/
SConscript
1
#!/usr/bin/python
2
3
Import('env')
4
5
sources = env.Glob('intern/*.c')
6
incs = '.'
7
8
env.BlenderLib ('blender_guardedalloc', sources, Split(incs), [], libtype='intern', priority = 0 )