X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2Fwims20XClient%2FSConscript;h=3630e02a2bf51d81cb7229d145b741d7c9edb8fd;hb=10acee039e75b859b11fd809ce22fb2aecce47e2;hp=d8d52d987457d73b84bd5432c087985e02949ebb;hpb=307e1038b1ed9aa9274abd5ac7eb7086ad5e363b;p=anna.git diff --git a/example/http/wims20XClient/SConscript b/example/http/wims20XClient/SConscript index d8d52d9..3630e02 100644 --- a/example/http/wims20XClient/SConscript +++ b/example/http/wims20XClient/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_http_wims20XClient" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################