ToDo: long outstanding patch to allow access to system paths in background mode

Thanks Damien Plisson for contributing the Carbon and Cocoa implementation
This commit is contained in:
Andrea Weikert
2011-01-05 14:00:14 +00:00
parent 8e29c7b76f
commit 195cc9c6a6
29 changed files with 990 additions and 285 deletions

View File

@@ -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_SystemPaths', 'GHOST_Window', 'GHOST_DropTarget']
defs=['_USE_MATH_DEFINES']
if window_system in ('linux2', 'openbsd3', 'sunos5', 'freebsd7', 'freebsd8', 'freebsd9', 'irix6', 'aix4', 'aix5'):