projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
white space commit. (2 spaces -> tab).
[blender.git]
/
extern
/
glew
/
SConscript
1
#!/usr/bin/python
2
import sys
3
import os
4
5
Import('env')
6
7
sources = ['src/glew.c']
8
9
defs = ''
10
incs = 'include'
11
12
env.BlenderLib ( 'extern_glew', sources, Split(incs), Split(defs), libtype=['extern','player'], priority=[50,230])