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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-03-02 11:40:19 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2004-03-02 11:40:19 +0300
commitaf2c3a4c107413b602a211cd1d224f7b9783b96b (patch)
tree0ce6317e31c862268b873354a612f590acdafa6b /source/creator
parentb8b21cb47a2dea0c33ace00358d8a87bb649313a (diff)
Added OpenBSD3.x to the SCons build system.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/SConscript b/source/creator/SConscript
index 749fb6b75e2..274f3a22618 100644
--- a/source/creator/SConscript
+++ b/source/creator/SConscript
@@ -17,6 +17,7 @@ creator_env.Append (CPPPATH = ['#/intern/guardedalloc',
'../blender/makesdna',
'../kernel/gen_messaging',
'../kernel/gen_system'])
+creator_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
if user_options_dict['USE_QUICKTIME'] == 1:
creator_env.Append (CPPDEFINES = ['WITH_QUICKTIME'])