From eb186d18dcf19a8410238d542b31ffdd7beb991e Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 23 Dec 2008 20:13:31 +0000 Subject: 2.5 / SCons Blender builds and links on Linux. For now without BGE and its player, but that will come. Priorities are still a mess, so expect more commits soon. --- intern/moto/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/moto') diff --git a/intern/moto/SConscript b/intern/moto/SConscript index 5af9566c896..a730e6de535 100644 --- a/intern/moto/SConscript +++ b/intern/moto/SConscript @@ -5,4 +5,4 @@ sources = env.Glob('intern/*.cpp') incs = 'include' -env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern', 'player'], priority = [15, 130] ) +env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern'], priority = [130] ) -- cgit v1.2.3