[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17899] trunk/blender/SConstruct: Applying scons compiling fix for windows/mingw ( to get compiler warnings to show up).

Joshua Leung aligorith at gmail.com
Tue Dec 16 23:57:20 CET 2008


Revision: 17899
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17899
Author:   aligorith
Date:     2008-12-16 23:57:15 +0100 (Tue, 16 Dec 2008)

Log Message:
-----------
Applying scons compiling fix for windows/mingw (to get compiler warnings to show up). This has already been applied in other branches too

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2008-12-16 21:07:12 UTC (rev 17898)
+++ trunk/blender/SConstruct	2008-12-16 22:57:15 UTC (rev 17899)
@@ -115,8 +115,9 @@
 		env.Tool('mstoolkit', ['tools'])
 	else:
 		env = BlenderEnvironment(tools=[toolset], ENV = os.environ)
-		if env:
-			btools.SetupSpawn(env)
+		# xxx commented out, as was supressing warnings under mingw..
+		#if env:
+		#	btools.SetupSpawn(env)
 else:
 	env = BlenderEnvironment(ENV = os.environ)
 





More information about the Bf-blender-cvs mailing list