* request by kaito - we're debugging 2.5 now more than using it anyway... BF_DEBUG = 'true' set by default.

This commit is contained in:
Nathan Letwory
2007-12-30 17:17:02 +00:00
parent 93058ac3b3
commit a80b8352c6
7 changed files with 9 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ CC_WARN = [ '-Wall' ]
LLIBS = [ '-ldxguid', '-lgdi32', '-lmsvcrt', '-lwinmm', '-lmingw32', '-lm', '-lws2_32', '-lz'] #'-lutil', '-lc', '-lm', '-ldl', '-lpthread' ]
BF_DEBUG = 'false'
BF_DEBUG = 'true'
BF_DEBUG_FLAGS= ''
BF_BUILDDIR = '../build/linuxcross'