diff options
author | Oystein Eftevaag | 2007-11-13 08:06:15 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2007-11-13 08:06:15 +0000 |
commit | 05b5a493f85350ec5df86dc95045fee6e193ed27 (patch) | |
tree | 84ad89c3bcc76e82b4e80281850411b0507f4351 /Makefile | |
parent | c908a8a73fe5d908c23208fc259d16b647c09d56 (diff) | |
download | scummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.tar.gz scummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.tar.bz2 scummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.zip |
Initial commit of the iPhone/iPod Touch backend
svn-id: r29488
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -103,6 +103,15 @@ bundle: scummvm-static $(srcdir)/tools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf strip $(bundle_name)/Contents/MacOS/scummvm +iphonebundle: + mkdir -p $(bundle_name) + cp $(srcdir)/dists/iphone/Info.plist $(bundle_name)/ + cp $(srcdir)/gui/themes/modern.ini $(bundle_name)/ + cp $(srcdir)/gui/themes/modern.zip $(bundle_name)/ + cp scummvm $(bundle_name)/ScummVM + cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/icon.png + cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/Default.png + # location of additional libs for OS X usually /sw/ for fink or # /opt/local/ for darwinports OSXOPT=/sw |