[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61127] trunk/blender/intern/ghost/ SConscript: OSX: remove Ghost carbon files and adapt scons

jens verwiebe info at jensverwiebe.de
Tue Nov 5 14:34:05 CET 2013


Revision: 61127
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61127
Author:   jensverwiebe
Date:     2013-11-05 13:34:05 +0000 (Tue, 05 Nov 2013)
Log Message:
-----------
OSX: remove Ghost carbon files and adapt scons

Modified Paths:
--------------
    trunk/blender/intern/ghost/SConscript

Modified: trunk/blender/intern/ghost/SConscript
===================================================================
--- trunk/blender/intern/ghost/SConscript	2013-11-05 12:56:02 UTC (rev 61126)
+++ trunk/blender/intern/ghost/SConscript	2013-11-05 13:34:05 UTC (rev 61127)
@@ -55,7 +55,6 @@
 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 @@
     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 @@
     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 @@
             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




More information about the Bf-blender-cvs mailing list