diff options
author | José Fonseca <[email protected]> | 2009-01-06 16:20:23 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-01-06 18:23:16 +0000 |
commit | f98f553c4c7326140f5f7f56486d58fde3e1bdc6 (patch) | |
tree | c0f5ef6837e7fb545333c391923a6838c2e06ae0 /src | |
parent | 3f46389a28e120e2f7725c327f55e0f644391db5 (diff) |
glut: Fix build.
Diffstat (limited to 'src')
-rw-r--r-- | src/glut/glx/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glut/glx/SConscript b/src/glut/glx/SConscript index 99b3bb7df64..69f349ae2fc 100644 --- a/src/glut/glx/SConscript +++ b/src/glut/glx/SConscript @@ -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', |