X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdbms.mysql%2FxSelect%2FSConscript;h=5185a1a4ecf8f2298eca5db49f08b9e6f110ff7b;hb=9366377ca75fe1678f32b8e208022dab6163da16;hp=d94e6b1bb4ec54c60ec9e53be0ff0058c79ae6bb;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/dbms.mysql/xSelect/SConscript b/example/dbms.mysql/xSelect/SConscript index d94e6b1..5185a1a 100644 --- a/example/dbms.mysql/xSelect/SConscript +++ b/example/dbms.mysql/xSelect/SConscript @@ -1,7 +1,10 @@ Import ('env') # Process ################################################################# -pName = "example_dbms.mysql_xSelect" +#pName = "example_dbms.mysql_xSelect" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################ @@ -17,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 }