diff options
author | Max Horn | 2005-03-22 20:16:27 +0000 |
---|---|---|
committer | Max Horn | 2005-03-22 20:16:27 +0000 |
commit | 3d3b079545dccfd4f431b6b574d00f504bf457c2 (patch) | |
tree | 3d180df5ac6263be9349835c64281845f268d25e /Makefile | |
parent | 30bbfc4d245bd9a1fb767f6d2537c37a32619c7a (diff) | |
download | scummvm-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |