diff options
-rw-r--r-- | web/include/status.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/include/status.php b/web/include/status.php index 7351bdf..6a62a76 100644 --- a/web/include/status.php +++ b/web/include/status.php @@ -43,15 +43,15 @@ <tr> <td scope="row" rowspan="2">Windows</td> <!--OS--> <td>mingw-x86</td> <!--Platform--> - <td>working</td> <!--Status--> - <td></td> <!--LKWR--> - <td></td> <!--Notes--> + <td>broken</td> <!--Status--> + <td><a href="http://svn.icculus.org/quake3/trunk/?rev=372">372</a></td> <!--LKWR--> + <td>Included OpenAL headers are too old right now.</td> <!--Notes--> </tr> <tr> <td>MSVC-x86</td> <!--Platform--> <td>broken</td> <!--Status--> <td><a href="http://svn.icculus.org/quake3/trunk/?rev=342">342</a></td> <!--LKWR--> - <td>Project needs updating for codec system and OpenAL.</td> <!--Notes--> + <td>Project needs updating for codec system and OpenAL.</td> <!--Notes--> </tr> <tr> <td scope="row" rowspan="2">Max OS X</td> <!--OS--> @@ -71,7 +71,7 @@ <td>codewarrior?</td> <!--Platform--> <td>broken</td> <!--Status--> <td></td> <!--LKWR--> - <td>There is a section in q_platform.h, but no project files. Drop it?</td> <!--Notes--> + <td>Getting dropped unless anybody objects soon.</td> <!--Notes--> </tr> <tr> <td scope="row">FreeBSD</td> <!--OS--> @@ -98,7 +98,7 @@ <td>cc-*</td> <!--Platform--> <td>broken</td> <!--Status--> <td></td> <!--LKWR--> - <td>Has a section in the Makefile, but nothing otherwise. Drop it?</td> <!--Notes--> + <td>Patch pending, I think.</td> <!--Notes--> </tr> </table> <p>You can keep an eye on the Subversion repository via the <a href="http://svn.icculus.org/quake3/trunk/"> |