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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-09-09 20:40:36 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-09 20:40:36 +0400
commit383956574d6cf406fe6463defa55a73d61c5aecf (patch)
tree27a7ad318eab0a492e9b6650588a4d1f6694abb4 /source/blender/freestyle/SConscript
parent52c6ccf5f5dc7e6943e7291c781d9113e3b462e7 (diff)
soc-2008-mxcurioni: replaced extgl calls with glew, to test whether glBlendEquation is present. Removal of app/ folder
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index e6631178a3a..e763560ad83 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -8,6 +8,7 @@ incs = ''
incs += '../blenkernel ../blenloader ../blenlib ../imbuf ../makesdna ../python '
incs += '../render/extern/include ../render/intern/include ../include ../src'
+incs += ' #/extern/glew/include'
incs += ' ' + env['BF_PYTHON_INC']
incs += ' ' + env['BF_PNG_INC']