X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2Fwims20XRServer%2FSConscript;h=2a11ca7a315d56fae3618a482e3e3c247c896d45;hb=ebd820491574c758104c09ca06bf3347ed87c88f;hp=b6b9b89a8c3a96948fc7cce851cc6191c353eac1;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/http/wims20XRServer/SConscript b/example/http/wims20XRServer/SConscript index b6b9b89..2a11ca7 100644 --- a/example/http/wims20XRServer/SConscript +++ b/example/http/wims20XRServer/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_http_wims20XRServer" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################ @@ -18,7 +20,7 @@ anna_rlibs = list(anna_libs) anna_rlibs.reverse() # Libraries ############################################################### -# To avoid other libraries accumulation (boost testing, i.e.): +# To avoid other libraries accumulation: localEnv = env.Clone() anna_library = { 'LIBS' : anna_rlibs }