[Bf-blender-cvs] [8ba9702] master: Code cleanup: remove redundant makesrna call with platform "linuxcross".

Lawrence D'Oliveiro noreply at git.blender.org
Wed Jan 29 18:40:32 CET 2014


Commit: 8ba9702284a7c0457a9053e8cae027f83d6b6a3b
Author: Lawrence D'Oliveiro
Date:   Wed Jan 29 18:28:51 2014 +0100
https://developer.blender.org/rB8ba9702284a7c0457a9053e8cae027f83d6b6a3b

Code cleanup: remove redundant makesrna call with platform "linuxcross".

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D235

===================================================================

M	source/blender/makesrna/intern/SConscript

===================================================================

diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index b222918..5464f9a 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -212,8 +212,6 @@ if env['OURPLATFORM'] != 'linuxcross':
     else:
         rna.Command (generated_files, '', "\"" + root_build_dir+os.sep+"makesrna\" \""  + build_dir + '"' )
 else:
-    rna.Command (generated_files, '', root_build_dir+os.sep+"makesrna.exe "  + build_dir)
-    
     if USE_WINE:
         rna.Command (generated_files, '', 'wine ' + root_build_dir+os.sep+"makesrna.exe "  + build_dir)
     else:




More information about the Bf-blender-cvs mailing list