Added OPENGL includes to this one as well.

Kent
This commit is contained in:
Kent Mein
2005-04-05 15:06:41 +00:00
parent 6bf71582b9
commit 7bb97ac815

View File

@@ -45,6 +45,7 @@ kx_blenderhook_env.Append (CPPPATH=['.',
kx_blenderhook_env.Append (CPPPATH = user_options_dict['PYTHON_INCLUDE'])
kx_blenderhook_env.Append (CPPPATH = user_options_dict['SOLID_INCLUDE'])
kx_blenderhook_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
if sys.platform=='win32':
kx_blenderhook_env.Append (CXXFLAGS = ['/GR'])