scons: Fix glew build on MSVC.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 1 Jan 2010 19:58:39 +0000 (19:58 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 2 Jan 2010 00:01:42 +0000 (00:01 +0000)
commit14a8c9dac7ea43ad8a45052e17f7127451344e5a
tree43c3f70928cd040777f9604600415f79a4c5bbb9
parentc852e960ccb5d2727ccaaf2829e89596a6be3128
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.
src/glew/SConscript