From 73092af8b7a3d5cfe09557d73a7b49254d326ae5 Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Thu, 11 Jun 2009 20:47:14 +0000 Subject: don't build game engine by default, and print a warning if game player is enabled. --- SConstruct | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 125594f69c5..dcea0f511eb 100644 --- a/SConstruct +++ b/SConstruct @@ -404,6 +404,9 @@ dobj = B.buildinfo(env, "dynamic") + B.resources thestatlibs, thelibincs = B.setup_staticlibs(env) thesyslibs = B.setup_syslibs(env) +if env['WITH_BF_PLAYER']: + print("Warning: Game player may not build on 2.5") + if 'blender' in B.targets or not env['WITH_BF_NOBLENDER']: #env.BlenderProg(B.root_build_dir, "blender", dobj , [], mainlist + thestatlibs + thesyslibs, [B.root_build_dir+'/lib'] + thelibincs, 'blender') env.BlenderProg(B.root_build_dir, "blender", dobj + mainlist, [], thestatlibs + thesyslibs, [B.root_build_dir+'/lib'] + thelibincs, 'blender') -- cgit v1.2.3