mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 13:47:24 +01:00
update session-utils
* use target name in help text * add options and documentation to copy-mixer
This commit is contained in:
parent
360f87b217
commit
f43ccd7321
5 changed files with 128 additions and 39 deletions
|
|
@ -48,6 +48,7 @@ def build_ardour_util(bld, util):
|
|||
]
|
||||
obj.defines = [
|
||||
'VERSIONSTRING="' + str(bld.env['VERSION']) + '"',
|
||||
'UTILNAME="' + str(pgmprefix + '-' + util) + '"',
|
||||
'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
|
||||
'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
|
||||
'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']), 'locale') + '"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue