From 3d3b079545dccfd4f431b6b574d00f504bf457c2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Mar 2005 20:16:27 +0000 Subject: Insert Credits.rtf into OSX bundle svn-id: r17196 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb51162937..875b763c30 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,8 @@ bundle: scummvm-static echo "APPL????" > $(bundle_name)/Contents/PkgInfo cp $(srcdir)/Info.plist $(bundle_name)/Contents/ cp $(srcdir)/scummvm.icns $(bundle_name)/Contents/Resources/ - cp $(srcdir)/scummvm-static $(bundle_name)/Contents/MacOS/scummvm + cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm + $(srcdir)/tools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf strip $(bundle_name)/Contents/MacOS/scummvm # location of additional libs for OS X usually /sw/ for fink or -- cgit v1.2.3