Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2005-04-05 19:06:41 +0400
committerKent Mein <mein@cs.umn.edu>2005-04-05 19:06:41 +0400
commit7bb97ac815bc1a0434dac12508b98ae4129da8e0 (patch)
tree0e8ab8d161439a75d14e5668a3c527263de284f4 /source/gameengine/BlenderRoutines/SConscript
parent6bf71582b9ea994ad411483defa377ef8b0203b6 (diff)
Added OPENGL includes to this one as well.
Kent
Diffstat (limited to 'source/gameengine/BlenderRoutines/SConscript')
-rwxr-xr-xsource/gameengine/BlenderRoutines/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/BlenderRoutines/SConscript b/source/gameengine/BlenderRoutines/SConscript
index 785c01f9113..6427c7c155f 100755
--- a/source/gameengine/BlenderRoutines/SConscript
+++ b/source/gameengine/BlenderRoutines/SConscript
@@ -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'])