X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2FthreadManager%2FSConscript;h=918b912f0d441eb775ed143a6791ba1a83159b10;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=49a0f4c017933e0e7d532d9fdd92ba4a2098ff4d;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/core/threadManager/SConscript b/example/core/threadManager/SConscript index 49a0f4c..918b912 100644 --- a/example/core/threadManager/SConscript +++ b/example/core/threadManager/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_core_threadManager" +#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 }