X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2FdatagramRServer%2FSConscript;h=1002d3a4e4d5d7ca8ac13dd901d0456ae75c07ad;hb=7512c4429857d8b048c89ac94b9b631a5e912280;hp=cd069ff82843999eb50901030bf4ce84200b1e34;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/comm/datagramRServer/SConscript b/example/comm/datagramRServer/SConscript index cd069ff..1002d3a 100644 --- a/example/comm/datagramRServer/SConscript +++ b/example/comm/datagramRServer/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_comm_datagramRServer" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################