X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2FrServer%2FSConscript;h=2a11ca7a315d56fae3618a482e3e3c247c896d45;hb=c9a91acd707f39fb11d9d513d904cb1f6db52386;hp=ba089e18d5b72278ee74e6a5b4a93d51440f614a;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/http/rServer/SConscript b/example/http/rServer/SConscript index ba089e1..2a11ca7 100644 --- a/example/http/rServer/SConscript +++ b/example/http/rServer/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_http_rServer" +#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 }