* 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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user