summaryrefslogtreecommitdiffstats
path: root/progs/glsl/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: Build progs together with everything else.José Fonseca2010-01-011-19/+1
| | | | | | | | This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
* progs/glsl: compile with scons and glewKeith Whitwell2009-06-291-0/+55
Get most of these working with scons.