From 7fd8ce8156fcada505c73f5fb7af4b8ced755a3e Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 22 Aug 2006 13:04:07 +0000 Subject: * Patch #4909 by Joseph Eagar (joeedh) - this patch adds verse support for SCons, which can be enabled by giving WITH_BF_VERSE=1, ie. on command-line - this patch also adds a custom lib dir possibility. From the patch description: "To set a custom ../lib dir, put LCGDIR="path to lib dir, including the platform folder name!" in your user-config.py." * Fixed win32-vc-config.py so that it links to the proper library. Reported by Brandano. --- extern/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extern/SConscript') diff --git a/extern/SConscript b/extern/SConscript index 8d7f691aa82..8dc03c2e260 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -10,3 +10,6 @@ if env['WITH_BF_GAMEENGINE']: if env['WITH_BF_INTERNATIONAL']: SConscript(['bFTGL/SConscript']) + +if env['WITH_BF_VERSE']: + SConscript(['verse/dist/SConstruct']) -- cgit v1.2.3