summaryrefslogtreecommitdiff
path: root/src/glew
AgeCommit message (Collapse)Author
2010-01-28scons: Fix GLEW build on Mac OS X.Vinson Lee
2010-01-08scons: Use static glew library on Unices to avoid binary compatability issuesJosé Fonseca
Fixes bug 25926.
2010-01-06glew: Update to version 1.5.2.José Fonseca
2010-01-02scons: Build glew on all platforms.José Fonseca
It is required for progs.
2010-01-02scons: Put glut and glew shared libraries into build/xxx/bin or lib.José Fonseca
Use bin subdir for windows dlls, lib for unices.
2010-01-02scons: Fix glew build on MSVC.José Fonseca
The environment for building the DLL needs to be quite different from the environment for building the programs, in order to get the dllexport/dllimport attribute done currectly. I don't know how MinGW managed to build the programs, but MS linker refuses to link symbols with mismatching attributes.
2010-01-01scons: Build progs together with everything else.José Fonseca
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
2009-06-18glew: correct misspelling of glFramebufferTextureLayerKeith Whitwell
This was misspelt as glFramebufferTexturLayer (missing e), causing conflicts with the correctly spelt version in glext.h and extfuncs.h.
2009-03-25glew: fix GLEW_LIB_NAMEBrian Paul
This fixes rebuilding of the library every time we run make.
2009-02-13Add dummy install target for glew to fix 'make install'Dan Nicholson
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-01-24glew: Build it as a static lib.José Fonseca
2009-01-23glew: Initial import.José Fonseca
From glew 1.5.1 release.