bindings: add trgger bindings to list of processed files
This should not need to be done in fmt-bindings, just the list in wscript should be enough. We ought to fix this someday
This commit is contained in:
parent
b7ce131557
commit
2e33a7244d
@ -334,7 +334,7 @@ if ($make_accelmap) {
|
||||
# merge in the "fixed" bindings that are not defined by the argument given to this program
|
||||
# this covers things like the step editor, monitor and processor box bindings
|
||||
|
||||
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings") {
|
||||
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings") {
|
||||
$path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
|
||||
open HARDCODED, "<", $path or die $!;
|
||||
while (<HARDCODED>) {
|
||||
|
Loading…
Reference in New Issue
Block a user