X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcore%2FshowLogon%2FSConscript;h=4041708bfb7c18a9ce8cae291102345926fb8787;hb=703225b0693ee49e718a6de3c2bcefcbb476de04;hp=eb54eed1146bc02ea571a40d45ba7a1b46d26918;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/core/showLogon/SConscript b/example/core/showLogon/SConscript index eb54eed..4041708 100644 --- a/example/core/showLogon/SConscript +++ b/example/core/showLogon/SConscript @@ -1,7 +1,9 @@ Import ('env') # Process ################################################################# -pName = "example_core_showLogon" +#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 }