Adds OpenGL includes for details see:

http://projects.blender.org/tracker/index.php?func=detail&aid=2387&group_id=9&atid=127

Kent
This commit is contained in:
Kent Mein 2005-04-05 15:02:21 +00:00
parent 96430458a6
commit 6bf71582b9

@ -65,3 +65,6 @@ if user_options_dict['USE_INTERNATIONAL'] == 1:
blenkernel_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_blenkernel', source=source_files)
SConscript(['bad_level_call_stubs/SConscript'])
blenkernel_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])