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:
Diffstat (limited to 'source/blender/windowmanager/SConscript')
-rw-r--r--source/blender/windowmanager/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/windowmanager/SConscript b/source/blender/windowmanager/SConscript
index 912d11762e1..9c3acc2beff 100644
--- a/source/blender/windowmanager/SConscript
+++ b/source/blender/windowmanager/SConscript
@@ -29,6 +29,7 @@ Import ('env')
import os
sources = env.Glob('intern/*.c')
+sources += env.Glob('3d_widgets/*.c')
incs = [
'.',
@@ -36,6 +37,7 @@ incs = [
'#/intern/ghost',
'#/intern/guardedalloc',
'#/intern/memutil',
+ '#/intern/audaspace/intern',
'#/source/gameengine/BlenderRoutines',
env['BF_GLEW_INC'],
'#/intern/glew-mx',
@@ -52,6 +54,7 @@ incs = [
'../nodes',
'../python',
'../render/extern/include',
+ '3d_widgets',
env['BF_ZLIB_INC'],
]
incs = ' '.join(incs)