projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merging r50192 through r50223 from trunk into soc-2011-tomato
[blender-staging.git]
/
extern
/
xdnd
/
SConscript
1
#!/usr/bin/python
2
3
Import('env')
4
5
defs = ['HAVE_SYS_TIME_H']
6
sources = env.Glob('*.c')
7
8
incs = '.'
9
10
env.BlenderLib ( 'extern_xdnd', sources, Split(incs), defs, libtype=['extern','player'], priority=[10, 185])