[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17323] trunk/blender/tools/Blender.py: * remove redundant comment

Nathan Letwory jesterking at letwory.net
Tue Nov 4 22:14:55 CET 2008


Revision: 17323
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17323
Author:   jesterking
Date:     2008-11-04 22:14:54 +0100 (Tue, 04 Nov 2008)

Log Message:
-----------
* remove redundant comment

Modified Paths:
--------------
    trunk/blender/tools/Blender.py

Modified: trunk/blender/tools/Blender.py
===================================================================
--- trunk/blender/tools/Blender.py	2008-11-04 19:10:54 UTC (rev 17322)
+++ trunk/blender/tools/Blender.py	2008-11-04 21:14:54 UTC (rev 17323)
@@ -416,10 +416,6 @@
                     lenv.Append(CPPDEFINES=['GAMEBLENDER=1'])
             if lenv['WITH_BF_BULLET']:
                     lenv.Append(CPPDEFINES=['WITH_BULLET=1'])
-            # debug or not
-            # CXXFLAGS defaults to CCFLAGS, therefore
-            #  we Replace() rather than Append() to CXXFLAGS the first time
-            #lenv.Replace(CXXFLAGS = lenv['CCFLAGS'])
             if lenv['BF_DEBUG'] or (libname in quickdebug):
                     lenv.Append(CFLAGS = Split(lenv['BF_DEBUG_CFLAGS']))
                     lenv.Append(CCFLAGS = Split(lenv['BF_DEBUG_CCFLAGS']))





More information about the Bf-blender-cvs mailing list