updated version of glew, and use static glew under Windows (CMake and premake project updates)

This commit is contained in:
erwin.coumans
2012-03-05 00:18:24 +00:00
parent 9bc3b5eb10
commit 73c4646b40
30 changed files with 6078 additions and 292 deletions

View File

@@ -28,12 +28,12 @@
configuration "x64"
links {
"glut64",
"glew64"
"glew64s"
}
configuration "x32"
links {
"glut32",
"glew32"
"glew32s"
}
configuration{}