glut: Fix build.

This commit is contained in:
José Fonseca 2009-01-06 16:20:23 +00:00
parent 3f46389a28
commit f98f553c4c

View file

@ -11,7 +11,6 @@ env.Replace(CPPDEFINES = [
'BUILD_GLUT32',
'GLUT_BUILDING_LIB',
'MESA',
'_DLL',
'NDEBUG',
'GLUT_NO_WARNING_DISABLE',
])
@ -38,7 +37,7 @@ sources = [
'glut_dstr.c',
'glut_event.c',
'glut_ext.c',
'glut_fcb.c',
'glut_fbc.c',
'glut_fullscrn.c',
'glut_gamemode.c',
'glut_get.c',