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

@@ -12,10 +12,16 @@ function createDemos( demos, incdirs, linknames)
includedirs {incdirs}
configuration { "Windows" }
links { "glut32","glew32","opengl32" }
defines { "GLEW_STATIC"}
links { "opengl32" }
includedirs{ "../Glut" }
libdirs {"../Glut"}
files { "../msvc/bullet.rc" }
configuration {"Windows", "x32"}
links {"glew32s","glut32"}
configuration {"Windows", "x64"}
links {"glew64s", "glut64"}
configuration {"MacOSX"}
--print "hello"