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/linuxcross-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/linuxcross-config.py')
-rw-r--r--config/linuxcross-config.py2
1 files changed, 1 insertions, 1 deletions
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'