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:
authorJens Verwiebe <info@jensverwiebe.de>2013-04-09 22:58:01 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-04-09 22:58:01 +0400
commit84ba3f65210d535859357b23126c293c3987868f (patch)
tree832ef09fa70ae41d425e69a136d23e8ad1d3a06c /intern
parent0b449df5daa46e658f78a1d69e35b945dd998431 (diff)
Fix scons compile after GHOST_Sizer commit
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 7e142c4aeab..4df3f3929d6 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -37,7 +37,7 @@ if window_system == 'darwin':
sources += env.Glob('intern/*.mm')
-pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_SystemPaths', 'GHOST_Window', 'GHOST_DropTarget', 'GHOST_NDOFManager']
+pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_SystemPaths', 'GHOST_Window', 'GHOST_DropTarget', 'GHOST_NDOFManager', 'GHOST_Sizer']
defs=['_USE_MATH_DEFINES']
incs = '. ../string #extern/glew/include #source/blender/imbuf #source/blender/makesdna ' + env['BF_OPENGL_INC']