Files
SDL/include
Sam Lantinga 150575a5cf From Anders F Bjorklund:
When switching to "UNIX-style paths" as needed for the new includes,
including <GL/gl.h> and <GL/glu.h> doesn't work anymore on Mac OS...

The two headers are really located in the OpenGL SDK 1.2 CFM like this:
OpenGL:Headers:gl.h
OpenGL:Headers:glu.h

There are also some compat copies, that *used* to work with Mac paths:
OpenGL:Headers:GL/gl.h
OpenGL:Headers:GL/glu.h

The easiest fix is to make SDL_opengl.h include the proper header names,
by adding a special case for the MACOS platform in addition to the MACOSX
2006-04-12 14:37:05 +00:00
..
2006-03-23 21:39:58 +00:00
2006-03-23 21:28:33 +00:00
2006-02-24 10:23:49 +00:00
2006-03-13 01:41:32 +00:00
2006-03-05 22:18:15 +00:00
2006-04-12 14:37:05 +00:00
2006-03-21 08:54:50 +00:00
2006-03-13 02:12:39 +00:00
2006-03-09 06:33:21 +00:00
2006-02-10 03:19:02 +00:00
2006-02-24 08:17:28 +00:00