diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/include/get.php | 4 | ||||
-rw-r--r-- | web/include/status.php | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/web/include/get.php b/web/include/get.php index 0a2945c..e1ea26b 100644 --- a/web/include/get.php +++ b/web/include/get.php @@ -34,7 +34,7 @@ client.</em></p> (You can check out a specific revision with the -r option, like this: <span class="shell">svn co svn://svn.icculus.org/quake3/trunk quake3 -r100</span>) </li> - <li>Read the <a href="http://svn.icculus.org/*checkout*/quake3/trunk/i_o-q3-readme">readme</a> + <li>Read the <a href="http://svn.icculus.org/*checkout*/quake3/trunk/README">README</a> file. Really. Do it.</li> <li>Compile and install Quake 3: <ul> @@ -65,7 +65,7 @@ client.</em></p> <p>Building on Windows is slightly complicated. You can either use Microsoft Visual C++ or MinGW. MinGW works better currently; both methods are described in the - <a href="http://svn.icculus.org/*checkout*/quake3/trunk/i_o-q3-readme">readme</a> + <a href="http://svn.icculus.org/*checkout*/quake3/trunk/README">README</a> you already are supposed to have read.</p> </li> </ul> diff --git a/web/include/status.php b/web/include/status.php index e6ed437..4cf79c2 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -49,9 +49,9 @@ </tr> <tr> <td>MSVC-x86</td> <!--Platform--> - <td>working</td> <!--Status--> - <td></td> <!--LKWR--> - <td></td> <!--Notes--> + <td>broken</td> <!--Status--> + <td>342</td> <!--LKWR--> + <td>Project needs updating for codec system and OpenAL.</td> <!--Notes--> </tr> <tr> <td scope="row" rowspan="2">Max OS X</td> <!--OS--> |