From 0473790bbeb24dd1fec1314f9a8e12b2fb155734 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Sat, 14 Aug 2010 23:33:22 +0000 Subject: removed gpencil Manhattan distance from user prefs. updated ghost build script. --- intern/ghost/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost/SConscript') diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript index 65c00b16373..f6b818c0efc 100644 --- a/intern/ghost/SConscript +++ b/intern/ghost/SConscript @@ -11,7 +11,7 @@ if window_system == 'darwin': sources += env.Glob('intern/*.mm') -pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_Window', 'GHOST_DropTarget'] +pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_Window', 'GHOST_DropTarget','GHOST_TabletManager'] defs=['_USE_MATH_DEFINES'] if window_system in ('linux2', 'openbsd3', 'sunos5', 'freebsd6', 'irix6', 'aix4', 'aix5'): -- cgit v1.2.3