mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
Accommodate some recent changes in 'tools/fmt-bindings'
This commit is contained in:
parent
723534f430
commit
c51d810d65
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="Prepare configuration file(s)"
|
||||
CommandLine="cd ..
del gtk2_ardour\ardour.keys
perl msvc32-fixup.pl
perl tools/fmt-bindings --platform="windows" --winkey="Win" --accelmap gtk2_ardour/ardour.keys.in > gtk2_ardour/ardour.keys
"
|
||||
CommandLine="cd ..
del gtk2_ardour\ardour.keys
perl msvc32-fixup.pl
perl tools/fmt-bindings --platform="windows" --winkey="Win" --accelmap 1 gtk2_ardour/ardour.keys.in > gtk2_ardour/ardour.keys
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="Prepare configuration file(s)"
|
||||
CommandLine="cd ..
del gtk2_ardour\ardour.keys
perl msvc32-fixup.pl
perl tools/fmt-bindings --platform="windows" --winkey="Win" --accelmap gtk2_ardour/ardour.keys.in > gtk2_ardour/ardour.keys
"
|
||||
CommandLine="cd ..
del gtk2_ardour\ardour.keys
perl msvc32-fixup.pl
perl tools/fmt-bindings --platform="windows" --winkey="Win" --accelmap 1 gtk2_ardour/ardour.keys.in > gtk2_ardour/ardour.keys
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="Prepare configuration file(s)"
|
||||
CommandLine="cd ..
del gtk2_ardour\ardour.keys
perl msvc32-fixup.pl
perl tools/fmt-bindings --platform="windows" --winkey="Win" --accelmap gtk2_ardour/ardour.keys.in > gtk2_ardour/ardour.keys
"
|
||||
CommandLine="cd ..
del gtk2_ardour\ardour.keys
perl msvc32-fixup.pl
perl tools/fmt-bindings --platform="windows" --winkey="Win" --accelmap 1 gtk2_ardour/ardour.keys.in > gtk2_ardour/ardour.keys
"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue