mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
add a note to wscript about .bindings files
This commit is contained in:
parent
58765f4942
commit
44cc3e6775
1 changed files with 5 additions and 0 deletions
|
|
@ -928,6 +928,11 @@ def build(bld):
|
|||
# NATIVE ARDOUR BINDING FILES
|
||||
# explicitly state the use of perl here so that it works on windows too
|
||||
#
|
||||
#
|
||||
# ***** NOTE: THE CANONICAL LIST OF FILES PROCESSED FOR BINDINGS IS INSIDE ../tools/fmt-bindings
|
||||
#
|
||||
# If you add or delete some ,bindings files, be sure to edit fmt_bindings too, or better yet,
|
||||
# hack fmt-bindings and this wscript file so that the list is defined here and passed in.
|
||||
a_rule = 'perl %s/tools/fmt-bindings --platform="%s" --winkey="%s" --accelmap 1 ${SRC[0].abspath()} >${TGT}' % (bld.top_dir, sys.platform, bld.env['WINDOWS_KEY'] )
|
||||
for b in [ 'ardour' ] :
|
||||
obj = bld(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue