X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2FxmlSender%2FSConscript;h=e74f30d32ccb23418ae5013f5c6990d1187352bb;hb=63c74af5519ae3db82627b9cd3b36bb2cfa3bd72;hp=5279ed025f9e3962ec2c61b7be5fb0cd2c1985e3;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/http/xmlSender/SConscript b/example/http/xmlSender/SConscript index 5279ed0..e74f30d 100644 --- a/example/http/xmlSender/SConscript +++ b/example/http/xmlSender/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_http_xmlSender" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################ @@ -18,7 +20,7 @@ anna_rlibs = list(anna_libs) anna_rlibs.reverse() # Libraries ############################################################### -# To avoid other libraries accumulation (boost testing, i.e.): +# To avoid other libraries accumulation: localEnv = env.Clone() anna_library = { 'LIBS' : anna_rlibs }