From 7f5cb54b568cbdef6c96bb552a8dfc44f650e598 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Tue, 5 Nov 2013 13:34:05 +0000 Subject: OSX: remove Ghost carbon files and adapt scons --- intern/ghost/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'intern/ghost/SConscript') diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript index fed8cd7aa3c..7d1f3efbe31 100644 --- a/intern/ghost/SConscript +++ b/intern/ghost/SConscript @@ -55,7 +55,6 @@ incs += ' ' + env['BF_OPENGL_INC'] if env['WITH_GHOST_SDL']: for f in pf: try: - sources.remove('intern' + os.sep + f + 'Carbon.cpp') sources.remove('intern' + os.sep + f + 'Win32.cpp') sources.remove('intern' + os.sep + f + 'X11.cpp') except ValueError: @@ -66,7 +65,6 @@ elif window_system in ('linux', 'openbsd3', 'sunos5', 'freebsd7', 'freebsd8', 'f for f in pf: try: sources.remove('intern' + os.sep + f + 'Win32.cpp') - sources.remove('intern' + os.sep + f + 'Carbon.cpp') sources.remove('intern' + os.sep + f + 'SDL.cpp') except ValueError: pass @@ -94,7 +92,6 @@ elif window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross', 'win64 for f in pf: try: sources.remove('intern' + os.sep + f + 'X11.cpp') - sources.remove('intern' + os.sep + f + 'Carbon.cpp') sources.remove('intern' + os.sep + f + 'SDL.cpp') except ValueError: pass @@ -108,7 +105,6 @@ elif window_system == 'darwin': try: sources.remove('intern' + os.sep + f + 'Win32.cpp') sources.remove('intern' + os.sep + f + 'X11.cpp') - sources.remove('intern' + os.sep + f + 'Carbon.cpp') sources.remove('intern' + os.sep + f + 'SDL.cpp') except ValueError: pass -- cgit v1.2.3