X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Ftimex%2FArithmeticHTTPServer%2FSConscript;h=c172b9c2c65c73a927b28dc1fb80c8dd3cbb685b;hb=7512c4429857d8b048c89ac94b9b631a5e912280;hp=f689494d465cd08457b2e8ab44756d0591b5bb7c;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/timex/ArithmeticHTTPServer/SConscript b/example/timex/ArithmeticHTTPServer/SConscript index f689494..c172b9c 100644 --- a/example/timex/ArithmeticHTTPServer/SConscript +++ b/example/timex/ArithmeticHTTPServer/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_timex_ArithmeticHTTPServer" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################