include step editing and mixer bindings in OS X bundle

git-svn-id: svn://localhost/ardour2/branches/3.0@10453 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-04 21:33:36 +00:00
parent 8b581d60cf
commit 0770605242

View File

@ -368,8 +368,12 @@ echo
echo "Copying other stuff to $APPDIR ..."
#cp $BUILD_ROOT/gtk2_ardour/ergonomic-us.bindings $Resources
cp $BUILD_ROOT/gtk2_ardour/mnemonic-us.bindings $Resources
cp ../../gtk2_ardour/mixer.bindings $Resources
cp ../../gtk2_ardour/step_editing.bindings $Resources
cp $BUILD_ROOT/gtk2_ardour/ardour.menus $Resources
if test x$SAE != x ; then
cp $BUILD_ROOT/gtk2_ardour/SAE-de-keypad.bindings $Resources
cp $BUILD_ROOT/gtk2_ardour/SAE-de-nokeypad.bindings $Resources