summaryrefslogtreecommitdiffstats
path: root/progs/vp/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: Build progs together with everything else.José Fonseca2010-01-011-9/+2
| | | | | | | | 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: Port vp-tris to glew.José Fonseca2009-01-231-0/+13
There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW.