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/linuxcross-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/linuxcross-config.py') diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py index 251f53a90e2..4c5f4859a6c 100644 --- a/config/linuxcross-config.py +++ b/config/linuxcross-config.py @@ -144,7 +144,7 @@ CC_WARN = [ '-Wall' ] LLIBS = [ '-ldxguid', '-lgdi32', '-lmsvcrt', '-lwinmm', '-lmingw32', '-lm', '-lws2_32', '-lz'] #'-lutil', '-lc', '-lm', '-ldl', '-lpthread' ] BF_DEBUG = False -BF_DEBUG_FLAGS= [] +BF_DEBUG_CCFLAGS= [] BF_BUILDDIR = '../build/linuxcross' BF_INSTALLDIR='../install/linuxcross' -- cgit v1.2.3