geoffmcl / glew

Fork of The OpenGL Extension Wrangler Library
Other
0 stars 0 forks source link

static glew library name problem #1

Open geoffmcl opened 6 years ago

geoffmcl commented 6 years ago

The current build of the git source, using the cmake generator to generate MSVC 140 x64 build files, and the static library name is called libglew32.lib...

This is at odds with the windows 2.1.0 binary release zip -

2018-02-05  18:19         2,430,727 glew-2.1.0-win32.zip

where the glew-2.1.0\lib\Release\x64 is glew32s.lib

This seems to be just a cmake generator fix