aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorRobin Watts2010-04-03 11:33:27 +0000
committerRobin Watts2010-04-03 11:33:27 +0000
commit38e2506d4e4165f2f4954f8cc2da29ec552e93e2 (patch)
tree45411ec2ff8d3227ecd9f8dc631a5b40a20fea4c /backends
parent397553cc569370db4da63a70f841671f7130655b (diff)
downloadscummvm-rg350-38e2506d4e4165f2f4954f8cc2da29ec552e93e2.tar.gz
scummvm-rg350-38e2506d4e4165f2f4954f8cc2da29ec552e93e2.tar.bz2
scummvm-rg350-38e2506d4e4165f2f4954f8cc2da29ec552e93e2.zip
Updated README-WinCE.txt with release details.
svn-id: r48484
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/wince/README-WinCE.txt24
1 files changed, 16 insertions, 8 deletions
diff --git a/backends/platform/wince/README-WinCE.txt b/backends/platform/wince/README-WinCE.txt
index 8aed86a6e1..8f70f3bb0d 100644
--- a/backends/platform/wince/README-WinCE.txt
+++ b/backends/platform/wince/README-WinCE.txt
@@ -7,7 +7,22 @@ New in this version
-------------------
1.1.0
-No port specific changes since 1.0.0.
+The TeenAgent engine is now included, but there are no other port specific
+changes since 1.0.0.
+
+This are 3 binaries in this distribution. Combining all the engines into a
+single executable produces something that is too large to run on most
+devices. We have therefore split the engines roughly into two and built 2
+separate exes as follows:
+
+scummvm1.exe:
+ - scumm, sword1, sword2, queen, sky, lure, agi, touche, tinsel, cruise
+scummvm2.exe:
+ - gob, cine, saga, kyra, agos, parallaction, drascula, groovie, tucker, made,
+ teenagent
+
+For those lucky enough to have devices with enough memory we also have a
+combined executable scummvm.exe which contains all of those engines.
1.0.0:
(Note: No changes since 1.0.0rc1)
@@ -28,13 +43,6 @@ From this version on, we're dropping support for FLAC and MPEG-2. The first
is a pain to maintain, while the second has been gradually phased out in
scummvm. Be sure to update your add-on packs and/or recompress your sound.
-This is still a 2-binary distribution. Here's what engines are compiled in
-the two executables:
-scummvm1.exe:
- - scumm, sword1, sword2, queen, sky, lure, agi, touche, tinsel, cruise
-scummvm2.exe:
- - gob, cine, saga, kyra, agos, parallaction, drascula, groovie, tucker, made
-
------------------------------------------------------------------------