scons: Build progs together with everything else.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 31 Dec 2009 21:10:25 +0000 (21:10 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 1 Jan 2010 12:16:19 +0000 (12:16 +0000)
commit7bbf7f94ea786e41ff1364cedaf7dd5c0bbf605a
treef1869014d019a56360916119528e8a2cad7ef1bd
parent58b401315b1db3c2c483e1d1df372be76ca1001a
scons: Build progs together with everything else.

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
17 files changed:
SConstruct
docs/install.html
progs/SConscript
progs/SConstruct [deleted file]
progs/demos/SConscript
progs/fp/SConscript
progs/glsl/SConscript
progs/perf/SConscript
progs/redbook/SConscript
progs/samples/SConscript
progs/tests/SConscript
progs/trivial/SConscript
progs/vp/SConscript
progs/vpglsl/SConscript
progs/wgl/SConscript
src/glew/SConscript
src/glut/glx/SConscript