From 93173a6dd4eaf1955516e35335009494a92f300b Mon Sep 17 00:00:00 2001 From: Damien Plisson Date: Fri, 30 Oct 2009 20:20:48 +0000 Subject: Mac / COCOA : - fix 10.4 compile issues - fix some scons issues & add WITH_BF_COLLADA = False in scons darwin_config.py to allow build waiting for complete Collada Mac implementation --- intern/ghost/SConscript | 9 --------- 1 file changed, 9 deletions(-) (limited to 'intern/ghost/SConscript') diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript index 2dbda4befe7..09da6f94ddc 100644 --- a/intern/ghost/SConscript +++ b/intern/ghost/SConscript @@ -10,15 +10,6 @@ sources = env.Glob('intern/*.cpp') if window_system == 'darwin': sources += env.Glob('intern/*.mm') -#if env['WITH_GHOST_COCOA'] == True: -# env.Append(CFLAGS=['-DGHOST_COCOA']) -# env.Append(CXXFLAGS=['-DGHOST_COCOA']) -# env.Append(CPPFLAGS=['-DGHOST_COCOA']) - -#defs = '' -#if env['WITH_GHOST_COCOA']: -# defs += 'GHOST_COCOA' -# maybe we need it later pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_Window'] -- cgit v1.2.3