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