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
path: root/intern
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 /intern
parentb8b21cb47a2dea0c33ace00358d8a87bb649313a (diff)
Added OpenBSD3.x to the SCons build system.
Diffstat (limited to 'intern')
-rw-r--r--intern/bmfont/SConscript1
-rw-r--r--intern/ghost/SConscript1
2 files changed, 2 insertions, 0 deletions
diff --git a/intern/bmfont/SConscript b/intern/bmfont/SConscript
index c5207760c5a..b0f596c57c9 100644
--- a/intern/bmfont/SConscript
+++ b/intern/bmfont/SConscript
@@ -18,4 +18,5 @@ source_files = ['intern/BMF_Api.cpp',
bmfont_env.Append (CPPPATH = ['.',
'intern'])
+bmfont_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
bmfont_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_BMF', source=source_files)
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 6b58f056d9c..b8d47f49f33 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -36,4 +36,5 @@ else:
ghost_env.Append (CPPPATH = ['.',
'../string'])
+ghost_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
ghost_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_GHOST', source=source_files)