repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
docs: detect when too many varying vars are used
[mesa/nouveau-pmpeg.git]
/
progs
/
vp
/
SConscript
blob
640c5dd847069b5940f0f50d5bae74c11bd4c653
1
Import('env')
2
3
if not env['GLUT']:
4
Return()
5
6
env = env.Clone()
7
8
env.Prepend(LIBS = ['$GLUT_LIB'])
9
10
env.Program(
11
target = 'vp-tris',
12
source = ['vp-tris.c'],
13
)