From f3d1be5638d48429592fdefc2ebb32d9e1110800 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 6 Nov 2008 00:28:26 +0000 Subject: * 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. --- config/darwin-config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/darwin-config.py') 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' -- cgit v1.2.3