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

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

View File

@@ -159,7 +159,7 @@ public:
size_t program_length = strlen(kernelSource);
cl_program m_cpProgram = btOpenCLUtils::compileCLProgramFromString(m_cxMainContext, m_device, kernelSource, &ciErrNum, additionalMacros,srcFileNameForCaching);
cl_program m_cpProgram = btOpenCLUtils::compileCLProgramFromString(m_cxMainContext, m_device, kernelSource, &ciErrNum, additionalMacros);
// Create the kernel