projects
/
mesa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
progs: Build the wgl examples with scons.
[mesa.git]
/
progs
/
SConscript
1
SConscript([
2
'util/SConscript',
3
'demos/SConscript',
4
'redbook/SConscript',
5
'samples/SConscript',
6
'tests/SConscript',
7
'trivial/SConscript',
8
'vp/SConscript',
9
'vpglsl/SConscript',
10
'fp/SConscript',
11
'wgl/SConscript',
12
])