updated version of glew, and use static glew under Windows (CMake and premake project updates)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user