summaryrefslogtreecommitdiff
path: root/session_utils/wscript
AgeCommit message (Collapse)Author
2016-10-14include session-utils with windows bundlesRobin Gareus
2016-06-03update session-utilsRobin Gareus
* use target name in help text * add options and documentation to copy-mixer
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2016-01-07session-utils use the "Dummy" backendRobin Gareus
2015-12-16commandline session utilitiesRobin Gareus