fixes for buildsystem

This commit is contained in:
ejcoumans
2006-12-09 01:19:15 +00:00
parent f9832f6b88
commit 9022f8cc70
4 changed files with 10 additions and 13 deletions

View File

@@ -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

View File

@@ -12,8 +12,7 @@ if $(GLUT.AVAILABLE) = "yes"
;
MsvcIncDirs $(<) :
"../../Demos/OpenGL"
"../../Extras/PhysicsInterface/CcdPhysics"
"../../Extras/PhysicsInterface/Common" ;
;
ExternalLibs GPUphysics : GLUT ;
}