mesa/include
José Fonseca 0e4e76572e glut: Use a new define GLUT_STATIC to distinguish static builds.
_DLL is defined by MSVC when building against a DLL version of the CRT
library. It bears no relation to whether we are building a DLL or not. That
is, we can build a DLL against a static CRT, or a static lib against a
dynamicaly linked CRT. See more detail at
http://msdn.microsoft.com/en-us/library/2kzt1wy3.aspx

This gets DLL version of glut linking correctly both with MinGW and MSVC.

PS: GL/gl.h (and others) must be fixed too.
2009-01-24 13:52:02 +00:00
..
EGL egl: define vsnprintf 2008-08-06 16:42:38 -06:00
GL glut: Use a new define GLUT_STATIC to distinguish static builds. 2009-01-24 13:52:02 +00:00
GLES Merge branch 'master' into gallium-0.2 2008-09-21 10:28:06 -07:00
GLES2 Remove CVS keywords. 2008-08-31 17:43:20 +09:00