[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40669] trunk/blender: Now in proper english, hehe

jens verwiebe info at jensverwiebe.de
Wed Sep 28 19:52:07 CEST 2011


Revision: 40669
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40669
Author:   jensverwiebe
Date:     2011-09-28 17:52:07 +0000 (Wed, 28 Sep 2011)
Log Message:
-----------
Now in proper english, hehe

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

Modified: trunk/blender/intern/ghost/SConscript
===================================================================
--- trunk/blender/intern/ghost/SConscript	2011-09-28 17:45:32 UTC (rev 40668)
+++ trunk/blender/intern/ghost/SConscript	2011-09-28 17:52:07 UTC (rev 40669)
@@ -102,7 +102,7 @@
 if window_system in ('win32-vc', 'win64-vc'):
     env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15]) #, cc_compileflags=env['CCFLAGS'].append('/WX') )
 
-elif env['OURPLATFORM'] == 'darwin':	 # always use Apple-gcc-4.2 for objC language, for gnu-compilers does not support it fully yet
+elif env['OURPLATFORM'] == 'darwin':	 # always use Apple-gcc-4.2 for objC language, for gnu-compilers do not support it fully yet
     env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15], cc_compilerchange='/usr/bin/gcc-4.2', cxx_compilerchange='/usr/bin/gcc-4.2' )
     print "GHOST COCOA WILL BE COMPILED WITH APPLE GCC"
 

Modified: trunk/blender/source/blender/quicktime/SConscript
===================================================================
--- trunk/blender/source/blender/quicktime/SConscript	2011-09-28 17:45:32 UTC (rev 40668)
+++ trunk/blender/source/blender/quicktime/SConscript	2011-09-28 17:52:07 UTC (rev 40669)
@@ -35,6 +35,6 @@
 
 if env['WITH_GHOST_COCOA']:
     defs.append('GHOST_COCOA')
-    env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=defs, libtype=types, priority=priorities, cc_compilerchange='/usr/bin/gcc-4.2', cxx_compilerchange='/usr/bin/gcc-4.2') # always use Apple-gcc-4.2 for objC language, for gnu-compilers does not support it fully yet
+    env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=defs, libtype=types, priority=priorities, cc_compilerchange='/usr/bin/gcc-4.2', cxx_compilerchange='/usr/bin/gcc-4.2') # always use Apple-gcc-4.2 for objC language, for gnu-compilers do not support it fully yet
 else:
     env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=defs, libtype=types, priority=priorities)




More information about the Bf-blender-cvs mailing list