From edfc07d27ffe2698c804d0f0a7a7e7eca2a90d23 Mon Sep 17 00:00:00 2001 From: g0dil <g0dil@wiback.org> Date: Fri, 19 Dec 2008 13:27:17 +0000 Subject: [PATCH] Packets/90221Bundle: Fix SConscript for new build system --- Packets/80221Bundle/SConscript | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/Packets/80221Bundle/SConscript b/Packets/80221Bundle/SConscript index b2ec091d9..e8ad4486e 100644 --- a/Packets/80221Bundle/SConscript +++ b/Packets/80221Bundle/SConscript @@ -5,18 +5,10 @@ import SENFSCons, glob ########################################################################### -sources = SENFSCons.GlobSources() +sources, includes = SENFSCons.Glob(env) SENFSCons.StandardTargets(env) +SENFSCons.Object(env, target = '80221Bundle', sources=sources) +SENFSCons.Lib(env, sources[0]) -SENFSCons.Object(env, - target = '80221Bundle', - sources=sources, - LIBS = ['Packets', 'Socket', 'Utils']) - -SENFSCons.Lib(env, - library = 'Packets_80221Bundle', - sources = sources[0], - no_includes = 1) - SConscript(glob.glob("*/SConscript")) -- GitLab