projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to the VC7 projectfiles.
[blender.git]
/
intern
/
opennl
/
SConscript
1
#!/usr/bin/python
2
Import ('env')
3
4
sources = env.Glob('intern/*.c') + env.Glob('superlu/*.c')
5
6
incs = 'extern superlu'
7
8
env.BlenderLib ('blender_ONL', sources, Split(incs), [], libtype='core', priority=55 )
9