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:02:21 +0400
committerKent Mein <mein@cs.umn.edu>2005-04-05 19:02:21 +0400
commit6bf71582b9ea994ad411483defa377ef8b0203b6 (patch)
tree234f750da6ee9ef139af69c15c43faefc2b8f7a1 /source/blender/blenkernel/SConscript
parent96430458a60d8d2d2a3f0a8fdafd871a9a46bc2e (diff)
Adds OpenGL includes for details see:
http://projects.blender.org/tracker/index.php?func=detail&aid=2387&group_id=9&atid=127 Kent
Diffstat (limited to 'source/blender/blenkernel/SConscript')
-rw-r--r--source/blender/blenkernel/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenkernel/SConscript b/source/blender/blenkernel/SConscript
index b66fab52d77..3ab7dc385c7 100644
--- a/source/blender/blenkernel/SConscript
+++ b/source/blender/blenkernel/SConscript
@@ -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'])
+