X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2FrServer%2FSConscript;h=52d839374327d0a8e1421c100a73637a948dd94d;hb=c5dc5c2b4cb7cfb1659e27936fac109642fa1d82;hp=cd9474e0032715a9dfa2b7beacb9aeaff11eae0e;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/comm/rServer/SConscript b/example/comm/rServer/SConscript index cd9474e..52d8393 100644 --- a/example/comm/rServer/SConscript +++ b/example/comm/rServer/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_comm_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 }