X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdbms.mysql%2Fselect%2FSConscript;h=b3df3044218cf641b43cc6bbd834fdfb78432527;hb=c9a91acd707f39fb11d9d513d904cb1f6db52386;hp=605d3da3cef0b5a31bde1017f0ba36616f63f63d;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/dbms.mysql/select/SConscript b/example/dbms.mysql/select/SConscript index 605d3da..b3df304 100644 --- a/example/dbms.mysql/select/SConscript +++ b/example/dbms.mysql/select/SConscript @@ -1,10 +1,13 @@ Import ('env') # Process ################################################################# -pName = "example_dbms_mysql_select" +#pName = "example_dbms.mysql_select" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] # Libraries ############################################################### -# To avoid other libraries accumulation (boost testing, i.e.): +# To avoid other libraries accumulation: localEnv = env.Clone() system_library = { 'LIBS' : [ 'mysqlclient' ] }