Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-11-05 00:14:54 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-05 00:14:54 +0300
commit91967235810dd02bce311614e9fd49ae415da15f (patch)
tree1a366306667d6fac3cf8333c565b41ced2651cbf /tools
parent1886b7bf52f73f03d60967504b474cdde7a4e1e7 (diff)
* remove redundant comment
Diffstat (limited to 'tools')
-rw-r--r--tools/Blender.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/Blender.py b/tools/Blender.py
index af2a20eb95a..5d123100e3b 100644
--- a/tools/Blender.py
+++ b/tools/Blender.py
@@ -416,10 +416,6 @@ class BlenderEnvironment(SConsEnvironment):
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']))