X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2FipManaging%2FSConscript;h=9a31d444a42f35e0ee47b558043f4b140ce484f3;hb=b024e74e517f6f2da26722bc258ec48532a2b15e;hp=98123e038452ddd0a132cbf720001be900042d90;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/core/ipManaging/SConscript b/example/core/ipManaging/SConscript index 98123e0..9a31d44 100644 --- a/example/core/ipManaging/SConscript +++ b/example/core/ipManaging/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_core_ipManaging" +#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 }