* 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

@@ -160,9 +160,9 @@ CC_WARN = [ '-Wall' ]
LLIBS = ['-lshell32', '-lshfolder', '-lgdi32', '-lmsvcrt', '-lwinmm', '-lmingw32', '-lm', '-lws2_32', '-lz', '-lstdc++']
BF_DEBUG = False
BF_DEBUG_FLAGS= ['-g']
BF_DEBUG_CCFLAGS= ['-g']
BF_PROFILE_FLAGS = ['-pg','-g']
BF_PROFILE_CCFLAGS = ['-pg','-g']
BF_PROFILE = False
BF_BUILDDIR = '..\\build\\win32-mingw'