code cleanup: scons - binreloc include was copied all over the place for no reason, -pthread too.

This commit is contained in:
2013-05-20 18:55:08 +00:00
parent 6de829cb7a
commit 7b36dea115
16 changed files with 0 additions and 52 deletions

View File

@@ -50,10 +50,6 @@ incs = ' '.join(incs)
defs = []
if env['OURPLATFORM'] == 'linux':
cflags='-pthread'
incs += ' ../../../extern/binreloc/include'
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):
incs += ' ' + env['BF_PTHREADS_INC']