diff options
author | Nicolas Bacca | 2004-12-22 00:05:43 +0000 |
---|---|---|
committer | Nicolas Bacca | 2004-12-22 00:05:43 +0000 |
commit | 47e120f8b15d0aaa29ab40685cda66c6d6e0bc58 (patch) | |
tree | a57c3cbdd7dbed95f26f51ae79698bc2ced271b3 /doc | |
parent | f3c60df7ad506245e2d0ea800035dc160b97116a (diff) | |
download | scummvm-rg350-47e120f8b15d0aaa29ab40685cda66c6d6e0bc58.tar.gz scummvm-rg350-47e120f8b15d0aaa29ab40685cda66c6d6e0bc58.tar.bz2 scummvm-rg350-47e120f8b15d0aaa29ab40685cda66c6d6e0bc58.zip |
Update CE related stuff a bit
svn-id: r16249
Diffstat (limited to 'doc')
-rw-r--r-- | doc/04.tex | 4 | ||||
-rw-r--r-- | doc/09.tex | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/04.tex b/doc/04.tex index 2eb37c8541..70c5b7036d 100644 --- a/doc/04.tex +++ b/doc/04.tex @@ -12,8 +12,8 @@ ScummVM and wish to commit it into the main CVS, feel free to contact us! \begin{tabular}{lll} Windows & SDL\\ -Windows CE & SDL &(iPaq and other handheld devices)\\ -Linux & X11/OSS audio &(includes iPaqs running Linux)\\ +Windows Mobile & SDL &(iPAQ and other handheld devices)\\ +Linux & X11/OSS audio &(includes iPAQs running Linux)\\ Mac OS X & SDL\\ AmigaOS & SDL\\ MorphOS & Custom backend\\ diff --git a/doc/09.tex b/doc/09.tex index 8fb73203c9..953e22af7d 100644 --- a/doc/09.tex +++ b/doc/09.tex @@ -42,16 +42,16 @@ messages (see \url{http://www.sysinternals.com/ntw2k/freeware/debugview.shtml}). Tools|Options|Directories \item Now it should compile successfully. \end{itemize} -\subsection{PocketPC Windows CE} +\subsection{Windows Mobile with Microsoft eMbedded Visual C++ 3 or 4} \begin{itemize} - \item Download the SDLAudio library:\\ - \url{http://arisme.free.fr/PocketScumm/sources/SDLAudio-1.2.3-src.zip} - \item Open and compile the SDLAudio WCEBuild/WCEBuild workspace in - EVC++ - \item Open the ScummVM wince/PocketScumm workspace - \item Enter the SDLAudio directory to your includes path - \item Enter the compiled SDLAudio.lib to your link libraries list - \item Now it should compile successfully + \item Download SDL with additional Windows Mobile tweaks:\\ + \url{http://arisme.free.fr/ports/SDL.php} + \item Download additional third party libraries:\\ + \url{http://arisme.free.fr/ports} + \item Modify your include and library paths accordingly in EVC3/EVC4. + \item Open the ScummVM project dists\msevc4\PocketSCUMM.vcw + \item Modify the libraries and config parameters if necessary. + \item Now it should compile successfully. \end{itemize} \subsection{Debian GNU/Linux} \begin{itemize} |