* 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.
This commit is contained in:
Nathan Letwory
2008-11-06 00:28:26 +00:00
parent 76320b76ad
commit f3d1be5638
6 changed files with 11 additions and 11 deletions

View File

@@ -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'