From 773bc6f0d1142676de9fc599492513b6fabf64d8 Mon Sep 17 00:00:00 2001 From: Nick Mainsbridge Date: Thu, 13 Nov 2008 14:20:59 +0000 Subject: Move default bundled ardour_system.rc to Resources folder. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4153 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/Resources/ardour_system.rc | 68 ++++++++++++++++++++++++++ tools/osx_packaging/osx_build | 4 +- 2 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 tools/osx_packaging/Resources/ardour_system.rc (limited to 'tools') diff --git a/tools/osx_packaging/Resources/ardour_system.rc b/tools/osx_packaging/Resources/ardour_system.rc new file mode 100644 index 0000000000..152d9da923 --- /dev/null +++ b/tools/osx_packaging/Resources/ardour_system.rc @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 41bfd5fea9..1806a3c131 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -215,8 +215,8 @@ if test x$SAE != x ; then cp ../../instant.xml.sae $Resources/instant.xml echo cp ../../instant.xml.sae $Resources/instant.xml else - cp ../../ardour_system.rc $Resources/ardour_system.rc - echo FOO cp ../../ardour_system.rc $Resources/ardour_system.rc +# cp ../../ardour_system.rc $Resources/ardour_system.rc +# echo FOO cp ../../ardour_system.rc $Resources/ardour_system.rc cp ../../instant.xml $Resources/instant.xml echo cp ../../instant.xml $Resources/instant.xml fi -- cgit v1.2.3