X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2FkClient%2FSConscript;h=1002d3a4e4d5d7ca8ac13dd901d0456ae75c07ad;hb=10acee039e75b859b11fd809ce22fb2aecce47e2;hp=e72d1d4516bc2c41df58287c85f5145dba0bf318;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/comm/kClient/SConscript b/example/comm/kClient/SConscript index e72d1d4..1002d3a 100644 --- a/example/comm/kClient/SConscript +++ b/example/comm/kClient/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_comm_kClient" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################