X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2Fclient%2FSConscript;fp=example%2Fcomm%2Fclient%2FSConscript;h=d60122339db50ffaf44848d78dfb5eeb5b8033b5;hb=10acee039e75b859b11fd809ce22fb2aecce47e2;hp=c8578982394471fee26c7b5df8e45b382b73bde0;hpb=307e1038b1ed9aa9274abd5ac7eb7086ad5e363b;p=anna.git diff --git a/example/comm/client/SConscript b/example/comm/client/SConscript index c857898..d601223 100644 --- a/example/comm/client/SConscript +++ b/example/comm/client/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_comm_client" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################