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
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-11-06 03:28:26 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-06 03:28:26 +0300
commitf3d1be5638d48429592fdefc2ebb32d9e1110800 (patch)
tree9ce4247852ea596a93bac900df594d61175f1d7e /config/darwin-config.py
parent76320b76add081805206ea257ee9f9cf5edb11a8 (diff)
* While making changes to btools.py and Blender.py, I completely forgot about the name changes.
Here they are. Platform managers, double check that the compiler flag options still work.
Diffstat (limited to 'config/darwin-config.py')
-rw-r--r--config/darwin-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 53e45f5233c..7c118b78861 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -260,11 +260,11 @@ CC_WARN = ['-Wall', '-Wno-long-double']
##LOPTS = --dynamic
##DYNLDFLAGS = -shared $(LDFLAGS)
-BF_PROFILE_FLAGS = ['-pg', '-g ']
+BF_PROFILE_CCFLAGS = ['-pg', '-g ']
BF_PROFILE = False
BF_DEBUG = False
-BF_DEBUG_FLAGS = ['-g']
+BF_DEBUG_CCFLAGS = ['-g']
BF_BUILDDIR='../build/darwin'
BF_INSTALLDIR='../install/darwin'