Getting rid of some GLEW warnings when compiling ge_videotex in SCons.

This commit is contained in:
Mitchell Stokes 2012-07-27 21:54:07 +00:00
parent b1a1f7e0e7
commit f02254f026

@ -15,7 +15,7 @@ incs += ' #source/blender/gpu #intern/string #intern/moto/include'
incs += ' #intern/guardedalloc #intern/container #extern/glew/include'
incs += ' #intern/ffmpeg'
defs = []
defs = ['GLEW_STATIC']
if env['OURPLATFORM'] in ('win32-vc', 'win64-vc','win32-mingw', 'win64-mingw'):
if env['BF_DEBUG']:
defs.append('_DEBUG')