Brian Paul
a189b1c53b
glew: update to version 1.5.4
2010-05-11 21:06:31 -06:00
Vinson Lee
efdd33985c
glew: Include X11 headers and libraries in SCons build.
...
Fixes Mac OS X SCons build.
2010-04-04 18:10:20 -07:00
Vinson Lee
8f81769148
scons: Fix GLEW build on Mac OS X.
2010-01-28 01:19:53 -08:00
José Fonseca
de22c940a1
scons: Use static glew library on Unices to avoid binary compatability issues
...
Fixes bug 25926.
2010-01-08 00:33:58 +00:00
José Fonseca
aaf7ecfd81
glew: Update to version 1.5.2.
2010-01-06 12:23:37 +00:00
José Fonseca
52eb3e4235
scons: Build glew on all platforms.
...
It is required for progs.
2010-01-02 01:12:35 +00:00
José Fonseca
8a318edd08
scons: Put glut and glew shared libraries into build/xxx/bin or lib.
...
Use bin subdir for windows dlls, lib for unices.
2010-01-02 00:01:43 +00:00
José Fonseca
14a8c9dac7
scons: Fix glew build on MSVC.
...
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-02 00:01:42 +00:00
José Fonseca
7bbf7f94ea
scons: Build progs together with everything else.
...
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
2010-01-01 12:16:19 +00:00
Keith Whitwell
1b05b5b4fe
glew: correct misspelling of glFramebufferTextureLayer
...
This was misspelt as glFramebufferTexturLayer (missing e), causing
conflicts with the correctly spelt version in glext.h and extfuncs.h.
2009-06-18 10:13:55 +01:00
Brian Paul
c10df26a31
glew: fix GLEW_LIB_NAME
...
This fixes rebuilding of the library every time we run make.
2009-03-25 09:01:01 -06:00
Dan Nicholson
c273dfe6a2
Add dummy install target for glew to fix 'make install'
...
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-02-13 07:41:51 -08:00
José Fonseca
fcf9353fea
glew: Build it as a static lib.
2009-01-24 16:54:59 +00:00
José Fonseca
57d00016ca
glew: Initial import.
...
From glew 1.5.1 release.
2009-01-23 12:32:35 +00:00