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. --- tools/Blender.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/Blender.py') diff --git a/tools/Blender.py b/tools/Blender.py index c1e43d9ceeb..9e94dd44ea4 100644 --- a/tools/Blender.py +++ b/tools/Blender.py @@ -402,6 +402,7 @@ class BlenderEnvironment(SConsEnvironment): if lenv['OURPLATFORM']=='darwin': lenv['BINARYKIND'] = binarykind lenv.AddPostAction(prog,Action(AppIt,strfunction=my_appit_print)) + return prog def Glob(lenv, pattern): path = string.replace(GetBuildPath(lenv,'SConscript'),'SConscript', '') -- cgit v1.2.3