From 9e7643aa7c25ce551bfe59905fbf56156e264824 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 4 Jan 2009 18:16:34 +0000 Subject: 2.5 / Cleanup - remove Verse support. This will be brought back in The Future (probably jiri + me) This means 5k lines less in blenkernel. - fix two small errors for global cleanup, now compiles properly with FFMPEG enabled too. --- extern/SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'extern/SConscript') diff --git a/extern/SConscript b/extern/SConscript index 4c892e1956d..972d2a8e703 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -14,9 +14,6 @@ if env['WITH_BF_BULLET']: if env['WITH_BF_INTERNATIONAL']: SConscript(['bFTGL/SConscript']) -if env['WITH_BF_VERSE']: - SConscript(['verse/dist/SConstruct']) - if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '': SConscript(['x264/SConscript']) SConscript(['libmp3lame/SConscript']) -- cgit v1.2.3