Skip to content
Snippets Groups Projects
Commit edfc07d2 authored by g0dil's avatar g0dil
Browse files

Packets/90221Bundle: Fix SConscript for new build system

parent 9f4792ce
No related branches found
No related tags found
No related merge requests found
...@@ -5,18 +5,10 @@ import SENFSCons, glob ...@@ -5,18 +5,10 @@ import SENFSCons, glob
########################################################################### ###########################################################################
sources = SENFSCons.GlobSources() sources, includes = SENFSCons.Glob(env)
SENFSCons.StandardTargets(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")) SConscript(glob.glob("*/SConscript"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment