X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FMultiMCLoop%2FSConscript;h=7d5d5a6649c926b27488e402f32185c5eacc7caf;hb=ad287a6e1241649e73188edf5b8902e4e65f615d;hp=83a623427a4a1f58291a5e431b7141f027b503fc;hpb=28e21cc5680c097e7daed8c412ee32cf26a75a60;p=senf.git diff --git a/Examples/MultiMCLoop/SConscript b/Examples/MultiMCLoop/SConscript index 83a6234..7d5d5a6 100644 --- a/Examples/MultiMCLoop/SConscript +++ b/Examples/MultiMCLoop/SConscript @@ -1,7 +1,8 @@ +# -*- python -*- + Import('env') import SENFSCons ########################################################################### -SENFSCons.Binary(env, 'multimcloop', [ 'MultiMCLoop.cc' ], - LIBS = [ 'Scheduler', 'Socket', 'Utils' ]) +env.Alias('examples', env.Program('multimcloop', [ 'MultiMCLoop.cc' ]))