summaryrefslogtreecommitdiffstats
path: root/progs/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: Build progs together with everything else.José Fonseca2010-01-011-0/+38
| | | | | | | | 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/perf: add scons support, get working under mingwKeith Whitwell2009-09-171-0/+1
|
* progs/glsl: compile with scons and glewKeith Whitwell2009-06-291-0/+1
| | | | Get most of these working with scons.
* progs: Build the wgl examples with scons.José Fonseca2009-03-181-0/+1
|
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+1
| | | | Also get mingw cross-compilation of these tests working
* vpglsl: build with scons and glewKeith Whitwell2009-03-091-0/+1
|
* progs: Make fp-tri use glew and add scons targetJakob Bornecrantz2009-02-141-0/+1
|
* progs: Build samples dir with scons and glew.José Fonseca2009-02-101-1/+2
|
* progs: Build rebook with scons too.José Fonseca2009-02-101-0/+1
|
* progs: Get more samples building on windows.José Fonseca2009-02-011-0/+1
|
* progs: Port vp-tris to glew.José Fonseca2009-01-231-0/+1
| | | | | There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW.
* scons: Build progs.José Fonseca2008-11-211-0/+4
Just demos and trivial dirs for starters.