X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=example%2Fcore%2Fthread%2FSConscript;h=5e47b30c27f749d590bbe2e728a9d550168888d9;hb=7512c4429857d8b048c89ac94b9b631a5e912280;hp=52a33abde5b6da8cc39ebc2954295ea5280d909c;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/core/thread/SConscript b/example/core/thread/SConscript index 52a33ab..5e47b30 100644 --- a/example/core/thread/SConscript +++ b/example/core/thread/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_core_thread" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################