X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdbms.mysql%2FxInsert%2FSConscript;h=a6fa1d44b1896e56d88d3550f85212a7f96a2f56;hb=10acee039e75b859b11fd809ce22fb2aecce47e2;hp=94fab0ba36c282285e6fcd3196ffad8159c1188d;hpb=307e1038b1ed9aa9274abd5ac7eb7086ad5e363b;p=anna.git diff --git a/example/dbms.mysql/xInsert/SConscript b/example/dbms.mysql/xInsert/SConscript index 94fab0b..a6fa1d4 100644 --- a/example/dbms.mysql/xInsert/SConscript +++ b/example/dbms.mysql/xInsert/SConscript @@ -1,7 +1,10 @@ Import ('env') # Process ################################################################# -pName = "example_dbms.mysql_xInsert" +#pName = "example_dbms.mysql_xInsert" +#pName = "example__" +bnames = Dir('..').abspath.rsplit('/', 2) +pName = "example_" + bnames[-2] + "_" + bnames[-1] pPath = pName.replace("_", "/") + "/" # Anna modules ############################################################