aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Nakos2007-06-11 08:25:47 +0000
committerKostas Nakos2007-06-11 08:25:47 +0000
commite63041fcb747ec92083cd59567e525fc99380e24 (patch)
treeea3a7bef1b65e2643fbf12b1bbe06388fec48798
parent347545dcdf21a1e8afd5d258ff2e6019665658f5 (diff)
downloadscummvm-rg350-e63041fcb747ec92083cd59567e525fc99380e24.tar.gz
scummvm-rg350-e63041fcb747ec92083cd59567e525fc99380e24.tar.bz2
scummvm-rg350-e63041fcb747ec92083cd59567e525fc99380e24.zip
trivial fixes
svn-id: r27350
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index d82dd1f01e..59e62d4baa 100644
--- a/README
+++ b/README
@@ -587,6 +587,7 @@ in some ScummVM ports to make its use more comfortable by naturally mapping the
functionality to the numeric keypad. Also, the dialog's buttons can be
navigated with the arrow and the enter keys.
+
3.16) Known Problems:
----- ---------------
This release has the following known problems. There is no need to report them,
@@ -670,7 +671,7 @@ Supported platforms include (but are not limited to):
UNIX (Linux, Solaris, IRIX, *BSD)
Windows
- Windows Mobile (iPAQ and other handheld devices)
+ Windows CE and Windows Mobile (including Smartphones and PocketPCs)
Mac OS X
AmigaOS
BeOS
@@ -1656,7 +1657,7 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
* Open the solution file "scummwm.sln" in the "dists\msvc7"
respectively "dists\msvc8" folder.
* Enter the path to the needed libraries and includes in
- T"ools|Options|Projects|VC++ Directories".
+ Tools|Options|Projects|VC++ Directories".
* Now it should compile successfully.
* For more information refer to:
http://wiki.scummvm.org/index.php/Compiling_ScummVM/VS2005