aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2005-03-22 20:16:27 +0000
committerMax Horn2005-03-22 20:16:27 +0000
commit3d3b079545dccfd4f431b6b574d00f504bf457c2 (patch)
tree3d180df5ac6263be9349835c64281845f268d25e /Makefile
parent30bbfc4d245bd9a1fb767f6d2537c37a32619c7a (diff)
downloadscummvm-rg350-3d3b079545dccfd4f431b6b574d00f504bf457c2.tar.gz
scummvm-rg350-3d3b079545dccfd4f431b6b574d00f504bf457c2.tar.bz2
scummvm-rg350-3d3b079545dccfd4f431b6b574d00f504bf457c2.zip
Insert Credits.rtf into OSX bundle
svn-id: r17196
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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