X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2Fwims20RServer%2FSConscript;h=03803986036591aef90e9853da277716b307594f;hb=7512c4429857d8b048c89ac94b9b631a5e912280;hp=88ddb44a3e250856e366ae244f86e985520bba3d;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/http/wims20RServer/SConscript b/example/http/wims20RServer/SConscript index 88ddb44..0380398 100644 --- a/example/http/wims20RServer/SConscript +++ b/example/http/wims20RServer/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_http_wims20RServer" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################