Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Build progs together with everything else. | José Fonseca | 2010-01-01 | 1 | -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é Fonseca | 2009-01-23 | 1 | -0/+13 |
There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW. |