tweaks in the build system for unix/GLEW, see also http://code.google.com/p/bullet/issues/detail?id=421

This commit is contained in:
erwin.coumans
2010-09-10 00:14:23 +00:00
parent 5b34356c43
commit f689a5e7ce
2 changed files with 14 additions and 9 deletions

View File

@@ -356,6 +356,7 @@ void btParticlesDynamicsWorld::initCLKernels(int argc, char** argv)
#ifdef LOAD_FROM_MEMORY
program_length = strlen(source);
printf("OpenCL compiles ParticlesOCL.cl ... ");
#else
char* fileName = "ParticlesOCL.cl";