docs/Readme_OS2.txt
branchNewGRF_ports
changeset 6720 35756db7e577
parent 5842 180c71b8fc14
--- a/docs/Readme_OS2.txt	Sat Jun 02 19:59:29 2007 +0000
+++ b/docs/Readme_OS2.txt	Sat Jul 14 19:42:58 2007 +0000
@@ -50,6 +50,10 @@
 If I hear enough responses that both music and sound work together (it might
 just be my system), I'll have the defaults changed.
 
+Please note also that the GCC version does not currently support the MCI MIDI
+system.
+
+
 A NOTE ABOUT DEDICATED MULTIPLAYER SERVERS
 ------------------------------------------
 
@@ -60,6 +64,8 @@
 still pass any other parameters ('-D' is already passed) to
 dedicated.cmd.
 
+You can find the dedicated.cmd file in the os/os2 directory.
+
 =========================
 BUILDING THE OS/2 VERSION
 =========================
@@ -74,9 +80,17 @@
 
    http://www.mozilla.org/ports/os2/gccsetup.html
 
+Alternatively, Paul Smedley's ready-to-go GCC build environment has been known to
+successfully build the game:
+
+   http://www.smedley.info/os2ports/index.php?page=build-environment
+
 To build, you should, if your environment is set up well enough, be able to just
 type `./configure' (or `sh configure' if you're using the OS/2 shell) and `make'.
 
+You may have to manually specify `--os OS2' on the configure command line, as
+configure cannot always detect OS/2 correctly.
+
 A note on Open Watcom
 ---------------------
 
@@ -122,4 +136,4 @@
 
 Thanks to Paul Smedley for his help with getting OpenTTD to compile under GCC on OS/2.
 
-- Owen Rudge, 8th January 2007
+- Owen Rudge, 24th June 2007