This commit is contained in:
Steve Checkoway
2005-06-23 15:51:56 +00:00
parent fc948e9ce9
commit 640f5cf646
-4
View File
@@ -11,10 +11,6 @@
# include <GL/gl.h>
# include <GL/glu.h>
#else
/* XXX: Instead, try creating a directory "archutils/Darwin/include/GL", containing "gl.h" and
* "glu.h", which each contain a single line "#include <OpenGL/gl.h>". Then, add
* "archutils/Darwin/include" to your -I paths, so the above <GL/gl.h> includes will work
* without changes. */
# include <OpenGL/gl.h>
# include <OpenGL/glu.h>
#endif