From 99fbcbcf4d97c83e3c2d976244919889278a9366 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 3 Sep 2009 06:34:03 +0000 Subject: changes needed for building the blenderplayer with cmake on linux. --- SConstruct | 3 --- 1 file changed, 3 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 5a64cd7c117..ec302d90fce 100644 --- a/SConstruct +++ b/SConstruct @@ -402,9 +402,6 @@ 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