fixes for buildsystem
This commit is contained in:
@@ -95,9 +95,11 @@
|
||||
#include <GLUT/glut.h>
|
||||
#include <OpenGL/glext.h>
|
||||
#else
|
||||
#include <GL/glut.h>
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glew.h>
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glut.h>
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef DISABLE_GL_ERROR_CHECKS
|
||||
|
||||
@@ -12,8 +12,7 @@ if $(GLUT.AVAILABLE) = "yes"
|
||||
;
|
||||
MsvcIncDirs $(<) :
|
||||
"../../Demos/OpenGL"
|
||||
"../../Extras/PhysicsInterface/CcdPhysics"
|
||||
"../../Extras/PhysicsInterface/Common" ;
|
||||
;
|
||||
|
||||
ExternalLibs GPUphysics : GLUT ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user