Tweaks to build systems. Just some small cleanups...

Kent
This commit is contained in:
Kent Mein
2009-05-08 03:49:48 +00:00
parent 7325b8e2bf
commit 171969213f
5 changed files with 2 additions and 16 deletions

3
extern/SConscript vendored
View File

@@ -11,9 +11,6 @@ if env['WITH_BF_GAMEENGINE']:
if env['WITH_BF_BULLET']:
SConscript(['bullet2/src/SConscript'])
if env['WITH_BF_INTERNATIONAL']:
SConscript(['bFTGL/SConscript'])
if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '':
SConscript(['x264/SConscript'])
SConscript(['libmp3lame/SConscript'])