[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34534] trunk/blender/SConstruct: And on your left you can see something much nicer ( while I fix this here on your right).

Nathan Letwory nathan at letworyinteractive.com
Thu Jan 27 20:49:44 CET 2011


Revision: 34534
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34534
Author:   jesterking
Date:     2011-01-27 19:49:43 +0000 (Thu, 27 Jan 2011)
Log Message:
-----------
And on your left you can see something much nicer (while I fix this here on your right).

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

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2011-01-27 19:39:06 UTC (rev 34533)
+++ trunk/blender/SConstruct	2011-01-27 19:49:43 UTC (rev 34534)
@@ -142,12 +142,6 @@
     print "Could not create a build environment"
     Exit()
 
-
-env.Append(RCFLAGS="TEST=\"test it\"")
-print env['RCFLAGS']
-Exit()
-
-
 cc = B.arguments.get('CC', None)
 cxx = B.arguments.get('CXX', None)
 if cc:




More information about the Bf-blender-cvs mailing list