repo.or.cz
/
plumiferos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'db/rev'
[plumiferos.git]
/
intern
/
guardedalloc
/
SConscript
blob
ef6c6b49266677383c69eae88a6f109aa6951f24
1
#!/usr/bin/python
2
3
Import
(
'env'
)
4
5
sources
=
env
.
Glob
(
'intern/*.c'
)
6
incs
=
'.'
7
8
env
.
BlenderLib
(
'bf_guardedalloc'
,
sources
,
Split
(
incs
),
defines
=[],
libtype
=[
'intern'
,
'player'
],
priority
= [
10
,
175
] )