mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
waf rule to "compile" preference metadata into C++
This commit is contained in:
parent
625c099fd0
commit
2d74669c7e
1 changed files with 9 additions and 0 deletions
|
|
@ -942,6 +942,15 @@ def build(bld):
|
|||
)
|
||||
obj.install_path = bld.env['CONFDIR']
|
||||
|
||||
# NATIVE ARDOUR BINDING FILES
|
||||
# explicitly state the use of perl here so that it works on windows too
|
||||
#
|
||||
pm_rule = 'perl %s/tools/process-metadata <${SRC[0].abspath()} >${TGT}' % bld.top_dir;
|
||||
bld(target = 'configuration_metadata.cc',
|
||||
source = 'preference-metadata',
|
||||
rule = pm_rule
|
||||
)
|
||||
|
||||
# Icons/Images
|
||||
bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), bld.path.ant_glob('icons/*.png'))
|
||||
bld.install_files(bld.env['DATADIR'], 'ArdourMono.ttf')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue