| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The remaining programs are ones I've had difficulty finding a build
environment for to make the build system or are unit tests that should
probably live next to their code instead. Hopefully people can bring
over the build for remaining pieces they care about.
|
|
|
|
|
|
|
|
| |
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
|
|
There was some wglGetProcAddress calls to setup extensions already, but
including glext caused many compilation errors in MinGW.
|