aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7
diff options
context:
space:
mode:
authorVincent Bénony2015-12-09 17:51:58 +0100
committerVincent Bénony2016-01-06 16:17:37 +0100
commit9b51cafc0448adbef5523e89a4d1ab4a43b82da6 (patch)
tree0f14c2f3db298d213f845a842702693770bf604e /backends/platform/ios7
parent80afba232a30b7d80d9331f597aee208d80cd2e1 (diff)
downloadscummvm-rg350-9b51cafc0448adbef5523e89a4d1ab4a43b82da6.tar.gz
scummvm-rg350-9b51cafc0448adbef5523e89a4d1ab4a43b82da6.tar.bz2
scummvm-rg350-9b51cafc0448adbef5523e89a4d1ab4a43b82da6.zip
IOS: Updates compilation instructions
Diffstat (limited to 'backends/platform/ios7')
-rw-r--r--backends/platform/ios7/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ios7/README.md b/backends/platform/ios7/README.md
index a58905d3bc..88084b8d96 100644
--- a/backends/platform/ios7/README.md
+++ b/backends/platform/ios7/README.md
@@ -20,7 +20,7 @@ The next step is to compile the **create_project** tool. Open the Xcode project
Execute the following commands in a terminal:
```
$ cd path_to_the_build_directory
-$ create_project path_to_scummvm_repository --xcode --disable-mad --disable-jpeg --disable-bink --disable-scalers --disable-hqscalers --disable-16bit --disable-mt32emu --disable-nasm --disable-opengl --disable-theora --disable-taskbar
+$ create_project path_to_scummvm_repository --xcode --disable-mad --disable-jpeg --disable-bink --disable-16bit --disable-mt32emu --disable-nasm --disable-opengl --disable-theora --disable-taskbar
```
This will create an Xcode project for ScummVM, for both the OS X, and the iOS target.