From 93d9e7749df0a9fd89360ca9347f2fce1ac5dc29 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 23 Dec 2008 16:07:24 +0000 Subject: 2.5 / SCons I did a very drastic cleanup for the different libgroups, there's now only a few left. It compiled with scons/msvc, will be testing in a bit on linux, too. If you get any problems, please reply to this commit message on the taskforce ML. --- intern/string/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/string') diff --git a/intern/string/SConscript b/intern/string/SConscript index 292ddf5aa63..8973ac88a66 100644 --- a/intern/string/SConscript +++ b/intern/string/SConscript @@ -4,4 +4,4 @@ Import ('env') sources = env.Glob('intern/*.cpp') incs = '.' -env.BlenderLib ('bf_string', sources, Split(incs), [], libtype=['core', 'common','player'], priority = [50,19,0] ) +env.BlenderLib ('bf_string', sources, Split(incs), [], libtype=['intern'], priority = [50] ) -- cgit v1.2.3